mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 01:23:22 +00:00
12 lines
115 B
C
12 lines
115 B
C
|
|
|
|
#ifndef __ISR_h
|
|
#define __ISR_h
|
|
|
|
typedef unsigned32 ISR_Level;
|
|
|
|
#define _ISR_Disable
|
|
#define _ISR_Enable
|
|
|
|
#endif
|