1 2 3 4 5 6 7 8
#include <stdint.h> #include <events/event.h> u32 sys_map(u32 id, u8 *function) { event_map(id, function); return -1; }