125
125
int fat_boot_sector_generate (FatBootSector* bs, const PedFileSystem* fs);
126
126
int fat_boot_sector_write (const FatBootSector* bs, PedFileSystem* fs);
129
129
int fat_info_sector_generate (FatInfoSector* is, const PedFileSystem* fs);
130
130
int fat_info_sector_write (const FatInfoSector* is, PedFileSystem* fs);