fsctl/include/fsctl/fugue/fat.h

14 lines
249 B
C

#ifndef FSCTL_FUGUE_FAT_H
#define FSCTL_FUGUE_FAT_H 1
#include "fsctl/fugue/bits/fs.h"
//---
// API
//---
/* fugue_fat_is_vaild() : Check the complet FATs validity */
extern int fugue_fat_is_vaild(fugue_fs_t *fs);
#endif /* FSCTL_FUGUE_FAT_H */