home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / proto / realtime.h < prev    next >
C/C++ Source or Header  |  1997-02-08  |  452b  |  24 lines

  1. /*
  2.     (C) 1995-97 AROS - The Amiga Replacement OS
  3.     $Id: realtime.h,v 1.3 1997/01/29 17:19:25 ldp Exp $
  4. */
  5. #ifndef PROTO_REALTIME_H
  6. #define PROTO_REALTIME_H
  7.  
  8. #ifndef AROS_SYSTEM_H
  9. #include <aros/system.h>
  10. #endif
  11.  
  12. #include <clib/realtime_protos.h>
  13.  
  14. #if defined(_AMIGA) && defined(__GNUC__)
  15. #ifndef NO_INLINE_STDARG
  16. #define NO_INLINE_STDARG
  17. #endif
  18. #include <inline/realtime.h>
  19. #else
  20. #include <defines/realtime.h>
  21. #endif
  22.  
  23. #endif /* PROTO_REALTIME_H */
  24.