home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / include / mondello / misc.h < prev    next >
C/C++ Source or Header  |  1996-05-27  |  157b  |  10 lines

  1. #ifndef MISC_H
  2. #define MISC_H
  3.  
  4. void PCILock();
  5. void PCIUnlock();
  6. int PCIIn(int device, int address);
  7. void PCIOut(int device, int address, int data);
  8.  
  9. #endif
  10.