home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / pragma / ramdrive.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  362b  |  11 lines

  1. #ifndef PRAGMA_RAMDRIVE_H
  2. #define PRAGMA_RAMDRIVE_H
  3.  
  4. /* "ramdrive.device" */
  5. /*--- functions in V34 or higher (distributed as Release 1.3) --- */
  6. #pragma amicall(_RamdriveDevice, 0x2A, KillRAD0())
  7. /*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
  8. #pragma amicall(_RamdriveDevice, 0x30, KillRAD(d0))
  9.  
  10. #endif /* PRAGMA_RAMDRIVE_H */
  11.