42 lines
189 B
C
42 lines
189 B
C
#ifndef DEFAULT_EVENT_HANDLER_H
|
|
#define DEFAULT_EVENT_HANDLER_H
|
|
|
|
|
|
#include "system/includes.h"
|
|
|
|
|
|
void default_event_handler(struct sys_event *event);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|