Changeset d9bd59da in rtems for c/src/lib/libbsp/shared/src/irq-generic.c
- Timestamp:
- 11/03/15 10:44:11 (8 years ago)
- Branches:
- 5, master
- Children:
- 811885cb
- Parents:
- ac84d42e
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/03/15 10:44:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/20/16 09:15:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/src/irq-generic.c
rac84d42e rd9bd59da 154 154 } 155 155 156 staticvoid bsp_interrupt_lock(void)156 void bsp_interrupt_lock(void) 157 157 { 158 158 if (_System_state_Is_up(_System_state_Get())) { … … 161 161 } 162 162 163 staticvoid bsp_interrupt_unlock(void)163 void bsp_interrupt_unlock(void) 164 164 { 165 165 if (_System_state_Is_up(_System_state_Get())) {
Note: See TracChangeset
for help on using the changeset viewer.