Added partition type constants for HFS/HFS+ file systems.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11332 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003-2004, Axel Dörfler, [email protected].
|
* Copyright 2003-2005, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef KERNEL_BOOT_PARTITIONS_H
|
#ifndef KERNEL_BOOT_PARTITIONS_H
|
||||||
@@ -60,6 +60,8 @@ class Partition : public Node, public partition_data {
|
|||||||
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
||||||
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
||||||
#define kPartitionTypeFAT32 "FAT32 Filesystem"
|
#define kPartitionTypeFAT32 "FAT32 Filesystem"
|
||||||
|
#define kPartitionTypeHFS "HFS Filesystem"
|
||||||
|
#define kPartitionTypeHFSPlus "HFS+ Filesystem"
|
||||||
#define kPartitionTypeISO9660 "ISO9660 Filesystem"
|
#define kPartitionTypeISO9660 "ISO9660 Filesystem"
|
||||||
#define kPartitionTypeReiser "Reiser Filesystem"
|
#define kPartitionTypeReiser "Reiser Filesystem"
|
||||||
#define kPartitionTypeUDF "UDF Filesystem"
|
#define kPartitionTypeUDF "UDF Filesystem"
|
||||||
|
|||||||
Reference in New Issue
Block a user