Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c9f2ef9 authored by David Howells's avatar David Howells
Browse files

UAPI: Guard linux/pmu.h



Place reinclusion guards on linux/pmu.h otherwise the UAPI splitter won't
insert the #include to include the UAPI header from the kernel header.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent c15a48d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
 * Copyright (C) 1998 Paul Mackerras.
 */

#ifndef _LINUX_PMU_H
#define _LINUX_PMU_H

#define PMU_DRIVER_VERSION	2

@@ -207,3 +209,5 @@ extern int pmu_sys_suspended;
#endif

#endif	/* __KERNEL__ */

#endif /* _LINUX_PMU_H */