28 #ifndef INC_KERNEL_OC_INTMAN_H_ 29 #define INC_KERNEL_OC_INTMAN_H_ 31 #include <oc_errors.h> 38 #define _________________________________________INTERFACE_SECTION_________________________________________________________________________ 42 extern void oC_IntMan_EnterCriticalSection(
void );
43 extern void oC_IntMan_ExitCriticalSection(
void );
44 extern bool oC_IntMan_AreInterruptsTurnedOn(
void );
46 #undef _________________________________________INTERFACE_SECTION_________________________________________________________________________