forked from Imagelibrary/rtems
commented out interrupt support
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
#include <rtems/score/coresem.h>
|
||||
|
||||
typedef struct {
|
||||
#if 0
|
||||
/*
|
||||
* POSIX Interrupts
|
||||
*/
|
||||
unsigned32 interrupts_installed;
|
||||
CORE_semaphore_Control Interrupt_Semaphore;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* POSIX Cancelability
|
||||
|
||||
@@ -9,11 +9,13 @@
|
||||
#include <rtems/score/coresem.h>
|
||||
|
||||
typedef struct {
|
||||
#if 0
|
||||
/*
|
||||
* POSIX Interrupts
|
||||
*/
|
||||
unsigned32 interrupts_installed;
|
||||
CORE_semaphore_Control Interrupt_Semaphore;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* POSIX Cancelability
|
||||
|
||||
Reference in New Issue
Block a user