23 #define PFS_MT_ROBUST 0x02
25 #define FS_COMMON_PREFIX '+'
27 #define FS_GROUP_SYSTEM 0x00
28 #define FS_GROUP_COMMON 0x01
29 #define FS_GROUP_APPLICATION 0x02
31 #define FS_TYPE_EXT2 0x0083
32 #define FS_TYPE_EXT2_SWAP 0x0082
33 #define FS_TYPE_PFS 0x0100
34 #define FS_TYPE_EMPTY 0x0000
36 #define ATTR_MAIN_PARTITION 0x0000
37 #define ATTR_SUB_PARTITION 0x0001
83 #define hddPreparePoweroff poweroffInit
84 #define hddSetUserPoweroffCallback poweroffSetCallback
85 #define hddPowerOff poweroffShutdown
int hddExpandFilesystem(t_hddFilesystem *fs, int extraMB)
int hddRemoveFilesystem(t_hddFilesystem *fs)
int hddGetFilesystemList(t_hddFilesystem hddFs[], int maxEntries)
int hddMakeFilesystem(int fsSizeMB, char *name, int type)
void hddGetInfo(t_hddInfo *info)