Storage Kit: Add support for FAT16 type
Change-Id: I626550b83179e5ad429ed7b8ebc6b8d320446cbe Reviewed-on: https://review.haiku-os.org/c/haiku/+/8959 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
8cda78e71f
commit
c16a8cad1a
@@ -68,6 +68,7 @@ class Partition : public Node, public partition_data {
|
||||
#define kPartitionTypeEXT2 "EXT2 Filesystem"
|
||||
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
||||
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
||||
#define kPartitionTypeFAT16 "FAT16 Filesystem"
|
||||
#define kPartitionTypeFAT32 "FAT32 Filesystem"
|
||||
#define kPartitionTypeHFS "HFS Filesystem"
|
||||
#define kPartitionTypeHFSPlus "HFS+ Filesystem"
|
||||
|
||||
@@ -33,6 +33,7 @@ extern const char *kPartitionTypeEXFAT;
|
||||
extern const char *kPartitionTypeEXT2;
|
||||
extern const char *kPartitionTypeEXT3;
|
||||
extern const char *kPartitionTypeFAT12;
|
||||
extern const char *kPartitionTypeFAT16;
|
||||
extern const char *kPartitionTypeFAT32;
|
||||
extern const char *kPartitionTypeHFS;
|
||||
extern const char *kPartitionTypeHFSPlus;
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#define EXT2_FS_NAME "EXT2 File System"
|
||||
#define EXT3_FS_NAME "EXT3 File System"
|
||||
#define FAT12_FS_NAME "FAT12 File System"
|
||||
#define FAT16_FS_NAME "FAT16 File System"
|
||||
#define FAT32_FS_NAME "FAT32 File System"
|
||||
#define HFS_NAME "HFS File System"
|
||||
#define HFS_PLUS_NAME "HFS+ File System"
|
||||
|
||||
Reference in New Issue
Block a user