aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/config.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-17 12:11:02 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-17 12:11:02 +0000
commit201c511f5a11b2317070146dd5f83f1832fc45f5 (patch)
tree93ec73e84a481d125f8e95f7cc68d90a2aaa685d /xen/include/xen/config.h
parentd74f5aa06311f5bb5ee39d0fbd32707336cf61d0 (diff)
downloadxen-201c511f5a11b2317070146dd5f83f1832fc45f5.tar.gz
xen-201c511f5a11b2317070146dd5f83f1832fc45f5.tar.bz2
xen-201c511f5a11b2317070146dd5f83f1832fc45f5.zip
[XEN] Include byteorder functions from Linux.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/config.h')
-rw-r--r--xen/include/xen/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/config.h b/xen/include/xen/config.h
index 068a550078..02e292b6d7 100644
--- a/xen/include/xen/config.h
+++ b/xen/include/xen/config.h
@@ -63,6 +63,8 @@
/* Linux 'checker' project. */
#define __iomem
#define __user
+#define __force
+#define __bitwise
#ifndef __ASSEMBLY__