WiiUPluginLoader/src/myutils/libntfs.h

8 lines
117 B
C

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