#ifndef PRAGMAS_TIMER_PRAGMAS_H #define PRAGMAS_TIMER_PRAGMAS_H /* ** $VER: timer_pragmas.h 40.1 (17.5.1996) ** ** Direct ROM interface (pragma) definitions. ** ** Copyright © 2001 Amiga, Inc. ** All Rights Reserved */ #if defined(LATTICE) || defined(__SASC) || defined(_DCC) #ifndef __CLIB_PRAGMA_LIBCALL #define __CLIB_PRAGMA_LIBCALL #endif /* __CLIB_PRAGMA_LIBCALL */ #else /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef __CLIB_PRAGMA_AMICALL #define __CLIB_PRAGMA_AMICALL #endif /* __CLIB_PRAGMA_AMICALL */ #endif /* */ #if defined(__SASC) || defined(__STORM__) #ifndef __CLIB_PRAGMA_TAGCALL #define __CLIB_PRAGMA_TAGCALL #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef CLIB_TIMER_PROTOS_H #include #endif /* CLIB_TIMER_PROTOS_H */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall TimerBase AddTime 2a 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall TimerBase SubTime 30 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall TimerBase CmpTime 36 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall TimerBase ReadEClock 3c 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall TimerBase GetSysTime 42 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* PRAGMAS_TIMER_PRAGMAS_H */