brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | #include "aos/crio/shared_libs/interrupt_bridge.h" |
2 | |||||
3 | namespace aos { | ||||
4 | namespace crio { | ||||
5 | |||||
6 | void **const timer_notifiers = new void *[SIGRTMAX - SIGRTMIN]; | ||||
7 | |||||
8 | } // namespace crio | ||||
9 | } // namespace aos |