Go to the documentation of this file. 10 #ifndef __XEN_PUBLIC_XEN_COMPAT_H__ 11 #define __XEN_PUBLIC_XEN_COMPAT_H__ 15 #define __XEN_LATEST_INTERFACE_VERSION__ 0x00040e00 17 #if defined(__XEN__) || defined(__XEN_TOOLS__) 19 #define __XEN_INTERFACE_VERSION__ __XEN_LATEST_INTERFACE_VERSION__ 20 #elif !defined(__XEN_INTERFACE_VERSION__) 22 #define __XEN_INTERFACE_VERSION__ 0x00000000 25 #if __XEN_INTERFACE_VERSION__ > __XEN_LATEST_INTERFACE_VERSION__ 26 #error "These header files do not support the requested interface version." 29 #define COMPAT_FLEX_ARRAY_DIM XEN_FLEX_ARRAY_DIM