2020-07-26 07:58:15 +00:00
|
|
|
#ifndef OD_SIGNAL_HANDLER
|
|
|
|
#define OD_SIGNAL_HANDLER
|
|
|
|
|
|
|
|
#include <kiwi.h>
|
2020-11-25 10:17:15 +00:00
|
|
|
#include <machinarium.h>
|
2020-07-26 07:58:15 +00:00
|
|
|
#include <odyssey.h>
|
|
|
|
|
2020-12-28 10:43:31 +00:00
|
|
|
void od_system_signal_handler(void *arg);
|
2020-07-26 07:58:15 +00:00
|
|
|
|
2020-12-28 10:43:31 +00:00
|
|
|
void od_system_shutdown(od_system_t *system, od_instance_t *instance);
|
2020-11-23 09:13:28 +00:00
|
|
|
|
2020-07-26 07:58:15 +00:00
|
|
|
#endif /* OD_SIGNAL_HANDLER */
|