Changes in uspace/app/mkfat/fat.h [36e9cd1:51d0ee9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/fat.h
r36e9cd1 r51d0ee9 38 38 #define BS_BLOCK 0 39 39 #define BS_SIZE 512 40 #define DIRENT_SIZE 32 40 41 41 #define DIRENT_SIZE 32 42 #define FAT12_CLST_MAX 4085 43 #define FAT16_CLST_MAX 65525 44 45 #define FAT12 12 46 #define FAT16 16 47 #define FAT32 32 48 49 #define FAT_CLUSTER_DOUBLE_SIZE(a) ((a) / 4) 42 50 43 51 typedef struct fat_bs {
Note:
See TracChangeset
for help on using the changeset viewer.