Loading...
Searching...
No Matches
11#ifndef __XEN_PUBLIC_XEN_COMPAT_H__
12#define __XEN_PUBLIC_XEN_COMPAT_H__
14#define __XEN_LATEST_INTERFACE_VERSION__ 0x00040400
16#if defined (__XEN__) || defined (__XEN_TOOLS__)
18#define __XEN_INTERFACE_VERSION__ __XEN_LATEST_INTERFACE_VERSION__
19#elif !defined (__XEN_INTERFACE_VERSION__)
21#define __XEN_INTERFACE_VERSION__ 0x00000000
24#if __XEN_INTERFACE_VERSION__ > __XEN_LATEST_INTERFACE_VERSION__
25 #error "These header files do not support the requested interface version."