From 06b12ba822be1347e4eba853fc5cd3b1f23e4595 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 25 Oct 2006 13:58:30 +0100 Subject: PV-on-HVM: Add infrastructure for a compatibility shim in order to support PV-on-HVM drivers for older kernel releases. The compatability code is included in the xen-platform-pci module since this module underpins all the others. Signed-off-by: Ian Campbell Signed-off-by: K. Y. Srinivasan Signed-off-by: Tsunehisa Doi --- unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h (limited to 'unmodified_drivers/linux-2.6/compat-include') diff --git a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h new file mode 100644 index 0000000000..72b6fd4dee --- /dev/null +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h @@ -0,0 +1,6 @@ +#ifndef COMPAT_INCLUDE_XEN_PLATFORM_COMPAT_H +#define COMPAT_INCLUDE_XEN_PLATFORM_COMPAT_H + +#include + +#endif -- cgit v1.2.3