Index: uspace/srv/fs/fat/fat.h
===================================================================
--- uspace/srv/fs/fat/fat.h	(revision 5e790e6b939aa607577c7afa587fffe15763b421)
+++ uspace/srv/fs/fat/fat.h	(revision a2aa1decbd0c4b48001b868e4220b226dd3a1e10)
@@ -114,4 +114,8 @@
 } __attribute__ ((packed)) fat_bs_t;
 
+#define FAT_ATTR_RDONLY		(1 << 0)
+#define FAT_ATTR_VOLLABEL	(1 << 3)
+#define FAT_ATTR_SUBDIR		(1 << 4)
+
 typedef struct {
 	uint8_t		name[8];
