Index: uspace/srv/fs/exfat/exfat.h
===================================================================
--- uspace/srv/fs/exfat/exfat.h	(revision 18ad2ab6223aecfa0b08bdd8812d2f6cd046e8b4)
+++ uspace/srv/fs/exfat/exfat.h	(revision 0b0b69f4d8545d6a743e887fa13536f3fb40db1e)
@@ -90,6 +90,9 @@
 
 typedef enum {
+	EXFAT_UNKNOW,
 	EXFAT_DIRECTORY,
-	EXFAT_FILE
+	EXFAT_FILE,
+	EXFAT_BITMAP,
+	EXFAT_UCTABLE
 } exfat_node_type_t;
 
@@ -138,4 +141,6 @@
 	unsigned		refcnt;
 	bool			dirty;
+	/* Should we do walk-on-FAT or not */
+	bool			fragmented;
 
 	/*
