move eventfd stuff out to own file
[trinity.git] / include / types.h
blob50192f5cb3a6c568c68ab975d32c4a529dc5d998
1 #pragma once
3 #include <sys/types.h>
5 typedef enum { FALSE = 0, TRUE = 1 } bool;
7 typedef __uint32_t u32;
8 typedef __uint64_t u64;