From 52409fae3e4b8d16b68b61902fc09075cd97b75d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Sun, 2 Jul 2017 16:41:37 +0200 Subject: Backports generated from 4.11 kernel Initial commit. Signed-off-by: Dominik Sliwa --- backport-include/linux/pm_qos.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backport-include/linux/pm_qos.h (limited to 'backport-include/linux/pm_qos.h') diff --git a/backport-include/linux/pm_qos.h b/backport-include/linux/pm_qos.h new file mode 100644 index 0000000..d5bfc9b --- /dev/null +++ b/backport-include/linux/pm_qos.h @@ -0,0 +1,16 @@ +#ifndef _COMPAT_LINUX_PM_QOS_H +#define _COMPAT_LINUX_PM_QOS_H 1 + +#include + +#if LINUX_VERSION_IS_GEQ(3,2,0) +#include_next +#else +#include +#endif /* LINUX_VERSION_IS_GEQ(3,2,0) */ + +#ifndef PM_QOS_DEFAULT_VALUE +#define PM_QOS_DEFAULT_VALUE -1 +#endif + +#endif /* _COMPAT_LINUX_PM_QOS_H */ -- cgit v1.2.3