Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2792 → Rev 2793

/trunk/uspace/srv/fs/fat/fat.h
113,6 → 113,10
};
} __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];
uint8_t ext[3];