Changeset 875edff6 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2011-04-30T11:22:28Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- aa2ea13
- Parents:
- cb052b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
rcb052b4 r875edff6 55 55 #define RSCNT(bs) uint16_t_le2host((bs)->rscnt) 56 56 #define FATCNT(bs) (bs)->fatcnt 57 #define SF(bs) uint16_t_le2host((bs)->sec_per_fat) 57 #define SF(bs) (uint16_t_le2host((bs)->sec_per_fat) !=0 ? \ 58 uint16_t_le2host((bs)->sec_per_fat) : \ 59 uint32_t_le2host(bs->fat32.sectors_per_fat)) 58 60 #define RDE(bs) uint16_t_le2host((bs)->root_ent_max) 59 61 #define TS(bs) (uint16_t_le2host((bs)->totsec16) != 0 ? \
Note: See TracChangeset
for help on using the changeset viewer.