* Renamed "EFI GUID Partition Table" to "EFI GUID Partition Map" to be consistent

with the other partition types.
* Added kPartitionTypeEFI to the constants.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-07-05 19:41:47 +00:00
parent 3f8368e223
commit d2d753669d
3 changed files with 16 additions and 18 deletions
+5 -13
View File
@@ -1,15 +1,10 @@
//----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//---------------------------------------------------------------------
/*
* Copyright 2003-2007, Haiku Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef _DISK_DEVICE_TYPES_H
#define _DISK_DEVICE_TYPES_H
#ifdef __cplusplus
extern "C" {
#endif
// Device Types
extern const char *kDeviceTypeFloppyDisk;
@@ -27,6 +22,7 @@ extern const char *kPartitionTypeDataSession;
extern const char *kPartitionTypeAmiga;
extern const char *kPartitionTypeApple;
extern const char *kPartitionTypeEFI;
extern const char *kPartitionTypeIntel;
extern const char *kPartitionTypeIntelPrimary;
@@ -45,8 +41,4 @@ extern const char *kPartitionTypeISO9660;
extern const char *kPartitionTypeReiser;
extern const char *kPartitionTypeUDF;
#ifdef __cplusplus
}
#endif
#endif // _DISK_DEVICE_TYPES_H