Changeset ec8c955d in rtems
- Timestamp:
- Aug 10, 2018, 1:19:40 PM (2 years ago)
- Branches:
- 5, master
- Children:
- ae4fbf3b
- Parents:
- 7de51829
- git-author:
- Joel Sherrill <joel@…> (08/10/18 13:19:40)
- git-committer:
- Joel Sherrill <joel@…> (08/10/18 13:24:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/gen5200/include/tm27.h
r7de51829 rec8c955d 27 27 #define MUST_WAIT_FOR_INTERRUPT 1 28 28 29 void nullFunc( ) {}29 void nullFunc(void) {} 30 30 31 31 static rtems_irq_connect_data clockIrqData = {BSP_DECREMENTER, 32 32 0, 33 (rtems_irq_enable) nullFunc,34 (rtems_irq_disable) nullFunc,33 (rtems_irq_enable) nullFunc, 34 (rtems_irq_disable) nullFunc, 35 35 (rtems_irq_is_enabled) nullFunc}; 36 void Install_tm27_vector(void (*_handler)())36 static void Install_tm27_vector(void (*_handler)(void)) 37 37 { 38 38 clockIrqData.hdl = _handler;
Note: See TracChangeset
for help on using the changeset viewer.