Changeset 4e8c5a6b in rtems
- Timestamp:
- Apr 7, 1997, 9:20:57 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d911f4c2
- Parents:
- d749165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/no_cpu/cpu.h
rd749165 r4e8c5a6b 509 509 * This could be used to manage a programmable interrupt controller 510 510 * via the rtems_task_mode directive. 511 * 512 * The get routine usually must be implemented as a subroutine. 511 513 */ 512 514 … … 514 516 { \ 515 517 } 518 519 unsigned32 _CPU_ISR_Get_level( void ); 516 520 517 521 /* end of ISR handler macros */
Note: See TracChangeset
for help on using the changeset viewer.