stdint is a bad name, use types.h
add u64 signed-off-by: ronald g. minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@29 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
71651ca836
commit
5b9b13edbd
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* data types */
|
||||
typedef unsigned long u32;
|
||||
typedef unsigned long long u64;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned char u8;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue