X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fexfatfs.h;fp=libexfat%2Fexfatfs.h;h=be75395e66998ecfbee9cff7ad71844e73ab6fdb;hb=7561a562ae70612c646f433785f519778e8b3723;hp=e7d7ee5c2308bcdca74b0cbbd1907ee09be84e4e;hpb=0fd556e40dadcce418f090a976fcafd6b38406e8;p=sven%2Ffuse-exfat.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 */