Changeset dbe06865 in rtems for cpukit/libblock/include
- Timestamp:
- Mar 25, 2003, 5:01:52 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ebe5abc
- Parents:
- c151cfc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/include/rtems/ide_part_table.h
rc151cfc rdbe06865 87 87 /* 88 88 * Enum partition types 89 * see list at http://ata-atapi.com/hiwtab.htm 89 90 */ 90 91 enum { 91 EMPTY_PARTITION = 0, 92 EXTENDED_PARTITION = 5, 92 EMPTY_PARTITION = 0x00, 93 DOS_FAT12_PARTITION = 0x01, 94 DOS_FAT16_PARTITION = 0x04, 95 EXTENDED_PARTITION = 0x05, 96 DOS_P32MB_PARTITION = 0x06, 97 FAT32_PARTITION = 0x0B, 98 FAT32_LBA_PARTITION = 0x0C, 99 FAT16_LBA_PARTITION = 0x0E, 93 100 DM6_PARTITION = 0x54, 94 101 EZD_PARTITION = 0x55,
Note: See TracChangeset
for help on using the changeset viewer.