X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;ds=sidebyside;f=libexfat%2Fexfatfs.h;h=be75395e66998ecfbee9cff7ad71844e73ab6fdb;hb=refs%2Ftags%2Fupstream%2F0.9.6;hp=e7d7ee5c2308bcdca74b0cbbd1907ee09be84e4e;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d;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 */