home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / pragma / ramdrive_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-22  |  395 b   |  22 lines

  1. // pragmas for ramdrive.library
  2. // (c) Maxon Computer 1994
  3. #ifndef _INCLUDE_PRAGMA_RAMDRIVE_LIB_H
  4. #define _INCLUDE_PRAGMA_RAMDRIVE_LIB_H
  5.  
  6. #ifdef __cplusplus
  7. #define CPLUSPLUSON
  8. #pragma -
  9. #endif
  10.  
  11. #include <clib/ramdrive_protos.h>
  12.  
  13. #pragma amicall(RamdriveDevice, 0x2a, KillRAD0())
  14. #pragma amicall(RamdriveDevice, 0x30, KillRAD(d0))
  15.  
  16. #ifdef CPLUSPLUSON
  17. #undef CPLUSPLUSON
  18. #pragma +
  19. #endif
  20.  
  21. #endif
  22.