Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
event.h
Go to the documentation of this file.
1#ifndef __DEV__EVENT_H__
2#define __DEV__EVENT_H__
3
4#include <type.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif // __DEV__EVENT_H__
uint8_t available
Definition event.h:13
const uint8_t * data
Definition event.h:11
size_t len
Definition event.h:12
unsigned char uint8_t
Definition type.h:7