mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Define more DOSPTYP_* constants for different filesystem types
Reminded by: ps
This commit is contained in:
parent
90541e30b6
commit
b5b8b79d07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59771
@ -360,6 +360,9 @@ struct dos_partition {
|
||||
#define DOSPARTOFF 446
|
||||
#define NDOSPART 4
|
||||
#define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */
|
||||
#define DOSPTYP_LINSWP 0x82 /* Linux swap partition */
|
||||
#define DOSPTYP_LINUX 0x83 /* Linux partition */
|
||||
#define DOSPTYP_EXT 5 /* DOS extended partition */
|
||||
|
||||
struct dos_partition {
|
||||
unsigned char dp_flag; /* bootstrap flags */
|
||||
|
@ -360,6 +360,9 @@ struct dos_partition {
|
||||
#define DOSPARTOFF 446
|
||||
#define NDOSPART 4
|
||||
#define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */
|
||||
#define DOSPTYP_LINSWP 0x82 /* Linux swap partition */
|
||||
#define DOSPTYP_LINUX 0x83 /* Linux partition */
|
||||
#define DOSPTYP_EXT 5 /* DOS extended partition */
|
||||
|
||||
struct dos_partition {
|
||||
unsigned char dp_flag; /* bootstrap flags */
|
||||
|
@ -360,6 +360,9 @@ struct dos_partition {
|
||||
#define DOSPARTOFF 446
|
||||
#define NDOSPART 4
|
||||
#define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */
|
||||
#define DOSPTYP_LINSWP 0x82 /* Linux swap partition */
|
||||
#define DOSPTYP_LINUX 0x83 /* Linux partition */
|
||||
#define DOSPTYP_EXT 5 /* DOS extended partition */
|
||||
|
||||
struct dos_partition {
|
||||
unsigned char dp_flag; /* bootstrap flags */
|
||||
|
Loading…
Reference in New Issue
Block a user