fsctl/include/fsctl/fugue/sector.h

17 lines
406 B
C

#ifndef FSCTL_FUGUE_SECTOR_H
#define FSCTL_FUGUE_SECTOR_H 1
#include "fsctl/fugue/bits/fat.h"
//---
// Public
//---
/* fugue_sector_is_vbr() : check if the given address is a potential VBR */
extern int fugue_sector_is_vbr(struct fugue_fat_vbr *vbr);
/* fugue_sector_is_invalid() : check if the sector is invalide */
extern int fugue_sector_is_invalid(void *sector);
#endif /* FSCTL_FUGUE_SECTOR_H */