mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-05 08:48:53 +00:00
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: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
c15a48d606
commit
6c9f2ef9b5
@ -6,6 +6,8 @@
|
|||||||
* Copyright (C) 1998 Paul Mackerras.
|
* Copyright (C) 1998 Paul Mackerras.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _LINUX_PMU_H
|
||||||
|
#define _LINUX_PMU_H
|
||||||
|
|
||||||
#define PMU_DRIVER_VERSION 2
|
#define PMU_DRIVER_VERSION 2
|
||||||
|
|
||||||
@ -207,3 +209,5 @@ extern int pmu_sys_suspended;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
|
#endif /* _LINUX_PMU_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user