Typos
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23215 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,11 +21,11 @@ struct atari_partition_entry {
|
|||||||
#define ATARI_PART_BOOTABLE 0x80
|
#define ATARI_PART_BOOTABLE 0x80
|
||||||
uint8 flags;
|
uint8 flags;
|
||||||
/* some known types */
|
/* some known types */
|
||||||
#define ATARI_PART_TYEP_GEM 'G', 'E', 'M'
|
#define ATARI_PART_TYPE_GEM 'G', 'E', 'M'
|
||||||
#define ATARI_PART_TYEP_LNX 'L', 'N', 'X'
|
#define ATARI_PART_TYPE_LNX 'L', 'N', 'X'
|
||||||
#define ATARI_PART_TYEP_OS9 'O', 'S', '9'
|
#define ATARI_PART_TYPE_OS9 'O', 'S', '9'
|
||||||
/* the one we'll use */
|
/* the one we'll use */
|
||||||
#define ATARI_PART_TYEP_BFS 'B', 'F', 'S'
|
#define ATARI_PART_TYPE_BFS 'B', 'F', 'S'
|
||||||
char id[3];
|
char id[3];
|
||||||
uint32 start;
|
uint32 start;
|
||||||
uint32 size;
|
uint32 size;
|
||||||
|
|||||||
Reference in New Issue
Block a user