Changeset cb682eb in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-10-27T12:45:08Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ec862d
- Parents:
- e17d986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
re17d986 rcb682eb 51 51 #define BS_SIZE 512 52 52 53 typedef struct {53 typedef struct fat_bs { 54 54 uint8_t ji[3]; /**< Jump instruction. */ 55 55 uint8_t oem_name[8];
Note:
See TracChangeset
for help on using the changeset viewer.