summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2006-05-14 04:51:55 +0200
committerMichael Brown2006-05-14 04:51:55 +0200
commit2421723a150bfade4f86eb306f70028c56db1e6d (patch)
treeb31067af737c0128a4c0ff1a8df033e02f4d9c91 /src/arch/i386/include
parentAt least cope with "%llx" by reading the correct-sized va_arg from the (diff)
downloadipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.gz
ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.xz
ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.zip
Rewrote printf and friends to better support standard C semantics.
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/stdint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/stdint.h b/src/arch/i386/include/stdint.h
index f17807ae4..efade219b 100644
--- a/src/arch/i386/include/stdint.h
+++ b/src/arch/i386/include/stdint.h
@@ -16,6 +16,7 @@ typedef signed long int32_t;
typedef signed long long int64_t;
typedef unsigned long physaddr_t;
+typedef unsigned long intptr_t;
typedef signed char s8;
typedef unsigned char u8;