blob: a905c552de6fe1c95ccc6adb6fabc5535b08df30 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001#include "aos/crio/shared_libs/interrupt_bridge.h"
2
3namespace aos {
4namespace crio {
5
6void **const timer_notifiers = new void *[SIGRTMAX - SIGRTMIN];
7
8} // namespace crio
9} // namespace aos