--- np2/io/pcidev.h 2004/03/19 03:36:52 1.1 +++ np2/io/pcidev.h 2007/11/03 00:00:20 1.3 @@ -3,6 +3,13 @@ #if defined(SUPPORT_PC9821) +typedef struct { + UINT32 base; + + UINT8 membankd0; +} _PCIDEV, *PCIDEV; + + #ifdef __cplusplus extern "C" { #endif @@ -10,7 +17,7 @@ extern "C" { void IOOUTCALL pcidev_w32(UINT port, UINT32 value); UINT32 IOOUTCALL pcidev_r32(UINT port); -void pcidev_reset(void); +void pcidev_reset(const NP2CFG *pConfig); void pcidev_bind(void); #ifdef __cplusplus