WiiUPluginLoader/src/myutils/libntfs.h
2018-09-22 19:52:52 +02:00

8 lines
117 B
C

#ifndef __LIBNTFS_MOUNT_H_
#define __LIBNTFS_MOUNT_H_
int32_t mountAllNTFS(void);
int32_t unmountAllNTFS();
#endif