From 8a8c2d742b51525f66c2210e3c8a251de10022ff Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 11 Jun 2008 14:21:44 +0000 Subject: 20080611-1520 --- os/boot/pc/dat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/boot/pc/dat.h') diff --git a/os/boot/pc/dat.h b/os/boot/pc/dat.h index f6d02d56..7f9326ca 100644 --- a/os/boot/pc/dat.h +++ b/os/boot/pc/dat.h @@ -64,6 +64,7 @@ typedef struct { extern uchar broadcast[Eaddrlen]; typedef struct Ureg Ureg; +#pragma incomplete Ureg typedef struct Segdesc { ulong d0; @@ -112,6 +113,7 @@ typedef struct ISAConf { typedef struct Pcidev Pcidev; typedef struct PCMmap PCMmap; +typedef struct PCMslot PCMslot; #define BOOTLINE ((char*)CONFADDR) @@ -132,6 +134,7 @@ enum { /* type */ Tsd = 0x02, Tether = 0x03, Tcd = 0x04, + Tbios = 0x05, Tany = -1, }; -- cgit v1.2.3