aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/interface/xen-compat.h
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-09-26 05:29:39 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-09-26 05:29:39 +0000
commit920ba15bf993776c4fbe5808f94e2384a52c56f2 (patch)
treec6c485e78e0fbd30ce865ac6ee34c847120931a3 /sys/xen/interface/xen-compat.h
parent8e8ee9aaba6bff7162e0797555eb0c6abb886861 (diff)
downloadsrc-920ba15bf993776c4fbe5808f94e2384a52c56f2.tar.gz
src-920ba15bf993776c4fbe5808f94e2384a52c56f2.zip
Update xen/interface includes to the latest in mercurial
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=183375
Diffstat (limited to 'sys/xen/interface/xen-compat.h')
-rw-r--r--sys/xen/interface/xen-compat.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/xen/interface/xen-compat.h b/sys/xen/interface/xen-compat.h
index 19b0a2c73338..329be076cd36 100644
--- a/sys/xen/interface/xen-compat.h
+++ b/sys/xen/interface/xen-compat.h
@@ -27,7 +27,7 @@
#ifndef __XEN_PUBLIC_XEN_COMPAT_H__
#define __XEN_PUBLIC_XEN_COMPAT_H__
-#define __XEN_LATEST_INTERFACE_VERSION__ 0x00030205
+#define __XEN_LATEST_INTERFACE_VERSION__ 0x00030209
#if defined(__XEN__) || defined(__XEN_TOOLS__)
/* Xen is built with matching headers and implements the latest interface. */
@@ -41,11 +41,4 @@
#error "These header files do not support the requested interface version."
#endif
-/* Fields defined as a Xen guest handle since 0x00030205. */
-#if __XEN_INTERFACE_VERSION__ >= 0x00030205
-#define XEN_GUEST_HANDLE_00030205(type) XEN_GUEST_HANDLE(type)
-#else
-#define XEN_GUEST_HANDLE_00030205(type) type *
-#endif
-
#endif /* __XEN_PUBLIC_XEN_COMPAT_H__ */