blob: a905c552de6fe1c95ccc6adb6fabc5535b08df30 [file] [log] [blame]
#include "aos/crio/shared_libs/interrupt_bridge.h"
namespace aos {
namespace crio {
void **const timer_notifiers = new void *[SIGRTMAX - SIGRTMIN];
} // namespace crio
} // namespace aos