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

  1. #ifndef  CLIB_CIA_PROTOS_H
  2. #define  CLIB_CIA_PROTOS_H
  3.  
  4. /*
  5. **    $VER: cia_protos.h 1.7 (19.7.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  EXEC_INTERRUPTS_H
  18. #include <exec/interrupts.h>
  19. #endif
  20. #ifndef  EXEC_LIBRARIES_H
  21. #include <exec/libraries.h>
  22. #endif
  23.  
  24. #ifdef __cplusplus
  25. #define CLIBCPLUSON
  26. #pragma -
  27. #endif
  28.  
  29. struct Interrupt *AddICRVector( struct Library *resource, long iCRBit,
  30.     struct Interrupt *interrupt );
  31. void RemICRVector( struct Library *resource, long iCRBit,
  32.     struct Interrupt *interrupt );
  33. WORD AbleICR( struct Library *resource, long mask );
  34. WORD SetICR( struct Library *resource, long mask );
  35.  
  36. #ifdef CLIBCPLUSON
  37. #undef CLIBCPLUSON
  38. #pragma +
  39. #endif
  40.  
  41. #endif     /* CLIB_CIA_PROTOS_H */
  42.