#ifndef CLIB_CIA_PROTOS_H #define CLIB_CIA_PROTOS_H /* ** $VER: cia_protos.h 47.1 (30.11.2021) ** ** 'C' prototypes. For use with 32 bit integers only. ** ** Copyright (C) 2019-2022 Hyperion Entertainment CVBA. ** Developed under license. */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef EXEC_INTERRUPTS_H #include #endif #ifndef EXEC_LIBRARIES_H #include #endif struct Interrupt *AddICRVector( struct Library *resource, LONG iCRBit, struct Interrupt *interrupt ); VOID RemICRVector( struct Library *resource, LONG iCRBit, struct Interrupt *interrupt ); WORD AbleICR( struct Library *resource, LONG mask ); WORD SetICR( struct Library *resource, LONG mask ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CLIB_CIA_PROTOS_H */