From ddd86436f4e3643c04b797f858dab95d5f2e4de9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2015 15:00:15 +0000 Subject: fish --- compat/compat-2.6.34.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 compat/compat-2.6.34.h (limited to 'compat/compat-2.6.34.h') diff --git a/compat/compat-2.6.34.h b/compat/compat-2.6.34.h new file mode 100644 index 0000000..b36b441 --- /dev/null +++ b/compat/compat-2.6.34.h @@ -0,0 +1,20 @@ +#ifndef LINUX_26_34_COMPAT_PRIVATE_H +#define LINUX_26_34_COMPAT_PRIVATE_H + +#include + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) + +#include + +void backport_init_mmc_pm_flags(void); + +#else /* Kernels >= 2.6.34 */ + +static inline void backport_init_mmc_pm_flags(void) +{ +} + +#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */ + +#endif /* LINUX_26_34_COMPAT_PRIVATE_H */ -- cgit v1.2.3