btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / storage / DiskDeviceTypes.h
blob9fbd14549afb4ea3bbef21e745c723dfced0be6a
1 /*
2 * Copyright 2003-2009, Haiku Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _DISK_DEVICE_TYPES_H
6 #define _DISK_DEVICE_TYPES_H
8 // Device Types
10 extern const char *kDeviceTypeFloppyDisk;
11 extern const char *kDeviceTypeHardDisk;
12 extern const char *kDeviceTypeOptical;
14 // Partition types
16 extern const char *kPartitionTypeUnrecognized;
18 extern const char *kPartitionTypeMultisession;
19 extern const char *kPartitionTypeAudioSession;
20 extern const char *kPartitionTypeDataSession;
22 extern const char *kPartitionTypeAmiga;
23 extern const char *kPartitionTypeApple;
24 extern const char *kPartitionTypeEFI;
25 extern const char *kPartitionTypeIntel;
26 extern const char *kPartitionTypeIntelExtended;
27 extern const char *kPartitionTypeVMDK;
29 extern const char *kPartitionTypeAmigaFFS;
30 extern const char *kPartitionTypeBFS;
31 extern const char *kPartitionTypeBTRFS;
32 extern const char *kPartitionTypeEXFAT;
33 extern const char *kPartitionTypeEXT2;
34 extern const char *kPartitionTypeEXT3;
35 extern const char *kPartitionTypeFAT12;
36 extern const char *kPartitionTypeFAT32;
37 extern const char *kPartitionTypeHFS;
38 extern const char *kPartitionTypeHFSPlus;
39 extern const char *kPartitionTypeISO9660;
40 extern const char *kPartitionTypeReiser;
41 extern const char *kPartitionTypeUDF;
43 #endif // _DISK_DEVICE_TYPES_H