zig/lib/libc/include/aarch64-linux-any/asm/bpf_perf_event.h
Andrew Kelley 936294e32a Merge pull request #10699 from motiejus/arm64
[linux headers] rename arm64 to aarch64
2022-02-02 21:51:58 -07:00

9 lines
No EOL
241 B
C
Vendored

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_BPF_PERF_EVENT_H__
#define __ASM_BPF_PERF_EVENT_H__
#include <asm/ptrace.h>
typedef struct user_pt_regs bpf_user_pt_regs_t;
#endif /* __ASM_BPF_PERF_EVENT_H__ */