Diff for /np2/io/pcidev.h between versions 1.2 and 1.3

version 1.2, 2004/03/23 04:45:04 version 1.3, 2007/11/03 00:00:20
Line 17  extern "C" { Line 17  extern "C" {
 void IOOUTCALL pcidev_w32(UINT port, UINT32 value);  void IOOUTCALL pcidev_w32(UINT port, UINT32 value);
 UINT32 IOOUTCALL pcidev_r32(UINT port);  UINT32 IOOUTCALL pcidev_r32(UINT port);
   
 void pcidev_reset(void);  void pcidev_reset(const NP2CFG *pConfig);
 void pcidev_bind(void);  void pcidev_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>