feat(types): move types to header file
This commit is contained in:
11
include/types.h
Normal file
11
include/types.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef RIVOS_TYPES_H
|
||||
#define RIVOS_TYPES_H
|
||||
|
||||
/**
|
||||
* Define our standard types
|
||||
*/
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned int u32;
|
||||
typedef u32 size_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user