WiiUPluginLoader/src/myutils/libntfs.h

8 lines
117 B
C
Raw Normal View History

2018-09-22 19:52:52 +02:00
#ifndef __LIBNTFS_MOUNT_H_
#define __LIBNTFS_MOUNT_H_
int32_t mountAllNTFS(void);
int32_t unmountAllNTFS();
#endif