37 #define MIN_SECTOR_SIZE 512 38 #define MAX_SECTOR_SIZE 4096 107 #endif // _PARTITION_H
int mutex_t
typedef for the mutex handle
Definition: lock.c:6
Definition: partition.h:41
void _FAT_partition_readFSinfo(PARTITION *partition)
Definition: partition.c:394
GLsizei const GLchar ** path
Definition: glext.h:7901
GLuint GLsizei const GLchar * label
Definition: glext.h:8583
PARTITION * _FAT_partition_getPartitionFromPath(const char *path)
Definition: partition.c:353
void _FAT_partition_writeFSinfo(PARTITION *partition)
Definition: partition.c:425
static IdxT partition(lua_State *L, IdxT lo, IdxT up)
Definition: ltablib.c:310
uint32_t sec_t
Definition: iosuhax_disc_interface.h:40
Definition: partition.h:41
Definition: partition.h:52
void _FAT_partition_createFSinfo(PARTITION *partition)
Definition: partition.c:363
FS_TYPE
Definition: partition.h:41
PARTITION * _FAT_partition_constructor(const DISC_INTERFACE *disc, uint32_t cacheSize, uint32_t SectorsPerPage, sec_t startSector)
Definition: partition.c:311
Definition: partition.h:41
Definition: iosuhax_disc_interface.h:52
Definition: partition.h:41
Definition: partition.h:43
unsigned __int64 uint64_t
Definition: stdint.h:136
unsigned int uint32_t
Definition: stdint.h:126
void _FAT_partition_destructor(PARTITION *partition)
Definition: partition.c:325