kernel/tools/testing/selftests/powerpc/pmu/lib.h
.. .. @@ -1,11 +1,12 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Copyright 2014, Michael Ellerman, IBM Corp. 3 - * Licensed under GPLv2.4 4 */ 5 5 6 6 #ifndef __SELFTESTS_POWERPC_PMU_LIB_H 7 7 #define __SELFTESTS_POWERPC_PMU_LIB_H 8 8 9 +#include <stdbool.h>9 10 #include <stdio.h> 10 11 #include <stdint.h> 11 12 #include <string.h>