Initial commit.
This commit is contained in:
9
hwinit/types.h
Normal file
9
hwinit/types.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _TYPES_H_
|
||||
#define _TYPES_H_
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef volatile unsigned int vu32;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user