Choco OS  V.0.16.9.0
Join to the chocolate world
oc_intman.h
Go to the documentation of this file.
1 
28 #ifndef INC_KERNEL_OC_INTMAN_H_
29 #define INC_KERNEL_OC_INTMAN_H_
30 
31 #include <oc_errors.h>
32 
38 #define _________________________________________INTERFACE_SECTION_________________________________________________________________________
39 
42 extern void oC_IntMan_EnterCriticalSection( void );
43 extern void oC_IntMan_ExitCriticalSection( void );
44 extern bool oC_IntMan_AreInterruptsTurnedOn( void );
45 
46 #undef _________________________________________INTERFACE_SECTION_________________________________________________________________________
47 
49 #endif /* INC_KERNEL_OC_INTMAN_H_ */