home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / cia_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  765b  |  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 39.108
  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     /* CLIB_CIA_PROTOS_H */
  28.