odyssey/sources/sighandler.h

13 lines
264 B
C
Raw Normal View History

2020-07-26 07:58:15 +00:00
#ifndef OD_SIGNAL_HANDLER
#define OD_SIGNAL_HANDLER
#include <kiwi.h>
#include <machinarium.h>
2020-07-26 07:58:15 +00:00
#include <odyssey.h>
void od_system_signal_handler(void *arg);
2020-07-26 07:58:15 +00:00
void od_system_shutdown(od_system_t *system, od_instance_t *instance);
2020-07-26 07:58:15 +00:00
#endif /* OD_SIGNAL_HANDLER */