Changeset a2aa1dec in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-04-02T19:46:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f718ab
- Parents:
- 94b0b63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r94b0b63 ra2aa1dec 114 114 } __attribute__ ((packed)) fat_bs_t; 115 115 116 #define FAT_ATTR_RDONLY (1 << 0) 117 #define FAT_ATTR_VOLLABEL (1 << 3) 118 #define FAT_ATTR_SUBDIR (1 << 4) 119 116 120 typedef struct { 117 121 uint8_t name[8];
Note:
See TracChangeset
for help on using the changeset viewer.