Changeset 9ee5b97 in rtems
- Timestamp:
- 05/11/12 13:33:36 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 183af89
- Parents:
- b16b0aa9
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/11/12 13:33:36)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/11/12 13:33:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librtems++/src/rtemsInterrupt.cc
rb16b0aa9 r9ee5b97 21 21 #include <rtems++/rtemsInterrupt.h> 22 22 23 #if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE) 24 23 25 /* ---- 24 26 Interrupt Table … … 39 41 #include <cstdlib> 40 42 41 #if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)42 43 typedef void * ISR_Handler void *;44 43 rtemsInterrupt::rtemsInterrupt() 45 44 : vector(0),
Note: See TracChangeset
for help on using the changeset viewer.