home *** CD-ROM | disk | FTP | other *** search
- // pragmas for ramdrive.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_RAMDRIVE_LIB_H
- #define _INCLUDE_PRAGMA_RAMDRIVE_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/ramdrive_protos.h>
-
- #pragma amicall(RamdriveDevice, 0x2a, KillRAD0())
- #pragma amicall(RamdriveDevice, 0x30, KillRAD(d0))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-