lib.h (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) lib.h (c9938a9dac95be7650218cdd8e9d1f882e7b5691)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright 2014, Michael Ellerman, IBM Corp.
4 */
5
6#ifndef __SELFTESTS_POWERPC_PMU_LIB_H
7#define __SELFTESTS_POWERPC_PMU_LIB_H
8
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright 2014, Michael Ellerman, IBM Corp.
4 */
5
6#ifndef __SELFTESTS_POWERPC_PMU_LIB_H
7#define __SELFTESTS_POWERPC_PMU_LIB_H
8
9#include <stdbool.h>
9#include <stdio.h>
10#include <stdint.h>
11#include <string.h>
12#include <unistd.h>
13
14union pipe {
15 struct {
16 int read_fd;

--- 24 unchanged lines hidden ---
10#include <stdio.h>
11#include <stdint.h>
12#include <string.h>
13#include <unistd.h>
14
15union pipe {
16 struct {
17 int read_fd;

--- 24 unchanged lines hidden ---