Commit d821610f authored by Lin Yujun's avatar Lin Yujun
Browse files

pm: pm_domain.h: Add kabi_reserve

hulk inclusion
bugzilla: https://gitee.com/openeuler/kernel/issues/I8PS7G


CVE: NA

---------------------------------------------

Add kabi_reserve in pm_domain.h

Signed-off-by: default avatarLin Yujun <linyujun809@huawei.com>
parent 594c8ec1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <linux/spinlock.h>
#include <linux/cpumask.h>
#include <linux/time64.h>
#include <linux/kabi.h>

/*
 * Flags to control the behaviour of a genpd.
@@ -167,6 +168,11 @@ struct generic_pm_domain {
		};
	};

	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)

};

static inline struct generic_pm_domain *pd_to_genpd(struct dev_pm_domain *pd)