home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / clib / cia_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  731 b   |  28 lines

  1. #ifndef CLIB_CIA_PROTOS_H
  2. #define CLIB_CIA_PROTOS_H
  3. /*
  4. ** $VER: cia_protos.h 1.7 (19.07.90)
  5. ** Includes Release 38.56
  6. **
  7. ** C prototypes. For use with 32 bit integers only.
  8. **
  9. ** (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. ** All Rights Reserved
  11. */
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef EXEC_INTERRUPTS_H
  16. #include <exec/interrupts.h>
  17. #endif
  18. #ifndef EXEC_LIBRARIES_H
  19. #include <exec/libraries.h>
  20. #endif
  21. struct Interrupt *AddICRVector( struct Library *resource, long iCRBit,
  22.  struct Interrupt *interrupt );
  23. void RemICRVector( struct Library *resource, long iCRBit,
  24.  struct Interrupt *interrupt );
  25. WORD AbleICR( struct Library *resource, long mask );
  26. WORD SetICR( struct Library *resource, long mask );
  27. #endif 
  28.