diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-10-06 19:59:58 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-10-06 19:59:58 +0000 |
commit | 95a39811d84ea5472254af6d7f8c260fa78e8245 (patch) | |
tree | c4707b2175ece1b9d076bc50c745addf27956618 /sys/arch/arc/include/disklabel.h | |
parent | df24801a5f097731470ff8835f5c8de5eb2d3b77 (diff) |
Fix dlfcn.h and link.h for arc port
Diffstat (limited to 'sys/arch/arc/include/disklabel.h')
-rw-r--r-- | sys/arch/arc/include/disklabel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arc/include/disklabel.h b/sys/arch/arc/include/disklabel.h index 0a2c0582e5f..085272f8704 100644 --- a/sys/arch/arc/include/disklabel.h +++ b/sys/arch/arc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.4 1996/09/24 12:07:08 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.5 1996/10/06 19:59:56 pefo Exp $ */ /* $NetBSD: disklabel.h,v 1.2 1995/01/18 06:37:55 mellon Exp $ */ /* @@ -65,6 +65,10 @@ struct dos_partition { #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ #define DOSPTYP_NETBSD DOSPTYP_386BSD /* NetBSD partition type (XXX) */ #define DOSPTYP_OPENBSD 0xa6 /* OpenBSD partition type */ +#define DOSPTYP_FAT12 0x1 +#define DOSPTYP_FAT16S 0x4 +#define DOSPTYP_FAT16B 0x6 +#define DOSPTYP_FAT16C 0xe #include <sys/dkbad.h> struct cpu_disklabel { |