added exFAT partition type
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40410 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -62,6 +62,7 @@ class Partition : public Node, public partition_data {
|
||||
#define kPartitionTypeBFS "BFS Filesystem"
|
||||
#define kPartitionTypeAmigaFFS "AmigaFFS Filesystem"
|
||||
#define kPartitionTypeBTRFS "BTRFS Filesystem"
|
||||
#define kPartitionTypeEXFAT "exFAT Filesystem"
|
||||
#define kPartitionTypeEXT2 "EXT2 Filesystem"
|
||||
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
||||
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
||||
|
||||
@@ -29,6 +29,7 @@ extern const char *kPartitionTypeVMDK;
|
||||
extern const char *kPartitionTypeAmigaFFS;
|
||||
extern const char *kPartitionTypeBFS;
|
||||
extern const char *kPartitionTypeBTRFS;
|
||||
extern const char *kPartitionTypeEXFAT;
|
||||
extern const char *kPartitionTypeEXT2;
|
||||
extern const char *kPartitionTypeEXT3;
|
||||
extern const char *kPartitionTypeFAT12;
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#define AMIGA_FFS_NAME "AmigaFFS File System"
|
||||
#define BFS_NAME "Be File System"
|
||||
#define BTRFS_NAME "BTRFS File System"
|
||||
#define EXFAT_FS_NAME "exFAT File System"
|
||||
#define EXT2_FS_NAME "EXT2 File System"
|
||||
#define EXT3_FS_NAME "EXT3 File System"
|
||||
#define FAT12_FS_NAME "FAT12 File System"
|
||||
|
||||
Reference in New Issue
Block a user