commented out interrupt support

This commit is contained in:
Joel Sherrill
1996-05-28 16:32:55 +00:00
parent da33d26358
commit 47d6b1400f
3 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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