/* ** WASABI-Hot! version 1.0 ** ** ** This code has been made to check/learn the 1362 functionalities ** ** ** Release 03-Jul-2002 ** ** ** This module has been written by Jason Ong ** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ** OKANO, Akifumi ** ** Computing Segment, Semisonductors Div, Philips Japan Ltd. ** akifumi.okano@philips.com ** +81-3-3740-4668 */ /****************************************************************************/ /* constants */ /****************************************************************************/ #define USHORT unsigned short #define ULONG unsigned long #define UCHAR unsigned char /****************************************************************************/ /* function prototypes */ /****************************************************************************/ ULONG find_PCI_dev(ULONG classcode, ULONG *puBaseAddress, ULONG *puIntLevel); void set_pci_bridge( void ); unsigned long puBaseAddress;