aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
blob: c6fa5b81da8d91009b0c4484d3cb05d21e0b3055 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <linux/config.h>
#include <linux/version.h>

#include <linux/module.h>

#include <xen/platform-compat.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,7)
static int system_state = 1;
EXPORT_SYMBOL(system_state);
#endif