summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/include/linux/suspend.h
blob: e9b228f17cc2f5efdad93a8daee6b637d382e646 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id: suspend.h,v 1.1 2003/10/13 20:56:47 dwmw2 Exp $ */

#ifndef __MTD_COMPAT_VERSION_H__
#include <linux/version.h>

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
#include_next <linux/suspend.h>
#endif

#endif /* __MTD_COMPAT_VERSION_H__ */