projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fceab33
)
xen: Remove stdint.h include. Xen defines its own types.
author
Keir Fraser
<keir@xensource.com>
Fri, 2 Nov 2007 09:53:28 +0000
(09:53 +0000)
committer
Keir Fraser
<keir@xensource.com>
Fri, 2 Nov 2007 09:53:28 +0000
(09:53 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/include/xen/multiboot2.h
patch
|
blob
|
history
diff --git
a/xen/include/xen/multiboot2.h
b/xen/include/xen/multiboot2.h
index 3014bba1fbc17f7b8e0e7cf840376d2e80cbac6b..1811750a4206a9f9a67a7d07f1dc719458a64ce9 100644
(file)
--- a/
xen/include/xen/multiboot2.h
+++ b/
xen/include/xen/multiboot2.h
@@
-31,8
+31,6
@@
/* Passed from the bootloader to the kernel. */
#define MB2_BOOTLOADER_MAGIC 0x36d76289
-#include <stdint.h>
-
#define for_each_tag(_tag, _tags) \
for ((_tag) = (_tags); \
((_tag)->key != MB2_TAG_END && (_tag)->key != 0); \