aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/events/event.h
blob: 3f46632e1ddff83e03a4c553034720d6f718240d (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef MELVIX_EVENT_H
#define MELVIX_EVENT_H

#include <stdint.h>

u32 event_map(u32 id, u8 *function);
u32 event_trigger(u32 id, u8 *data);

#endif