Files
android_bootable_recovery/libblkid/wholedisk.h
bigbiff bigbiff e60683a0d5 use libblkid to get filesystem type
we can now use libblkid to detect exfat
2013-02-25 09:06:46 -05:00

9 lines
167 B
C

#ifndef WHOLEDISK_H
#define WHOLEDISK_H
extern int is_whole_disk(const char *name);
extern int is_whole_disk_fd(int fd, const char *name);
#endif /* WHOLEDISK_H */