--- np2/io/pcidev.h 2004/03/19 03:36:52 1.1 +++ np2/io/pcidev.h 2004/03/23 04:45:04 1.2 @@ -3,6 +3,13 @@ #if defined(SUPPORT_PC9821) +typedef struct { + UINT32 base; + + UINT8 membankd0; +} _PCIDEV, *PCIDEV; + + #ifdef __cplusplus extern "C" { #endif