X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fexfatfs.h;fp=libexfat%2Fexfatfs.h;h=be75395e66998ecfbee9cff7ad71844e73ab6fdb;hb=405ff854a3301f1dfd3a0901c4aabbe4e29d15be;hp=e7d7ee5c2308bcdca74b0cbbd1907ee09be84e4e;hpb=563320a8422ee072c770c6befec418d573df334f;p=sven%2Fexfat-utils.git diff --git a/libexfat/exfatfs.h b/libexfat/exfatfs.h index e7d7ee5..be75395 100644 --- a/libexfat/exfatfs.h +++ b/libexfat/exfatfs.h @@ -31,6 +31,8 @@ typedef uint32_t cluster_t; /* cluster number */ #define EXFAT_CLUSTER_BAD 0xfffffff7 /* cluster contains bad sector */ #define EXFAT_CLUSTER_END 0xffffffff /* final cluster of file or directory */ +#define EXFAT_STATE_MOUNTED 2 + struct exfat_super_block { uint8_t jump[3]; /* 0x00 jmp and nop instructions */