xref: /openbmc/linux/arch/arc/include/uapi/asm/bpf_perf_event.h (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1*6aa98f62SSergey Matyukevich /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2*6aa98f62SSergey Matyukevich #ifndef _UAPI__ASM_BPF_PERF_EVENT_H__
3*6aa98f62SSergey Matyukevich #define _UAPI__ASM_BPF_PERF_EVENT_H__
4*6aa98f62SSergey Matyukevich 
5*6aa98f62SSergey Matyukevich #include <asm/ptrace.h>
6*6aa98f62SSergey Matyukevich 
7*6aa98f62SSergey Matyukevich typedef struct user_regs_struct bpf_user_pt_regs_t;
8*6aa98f62SSergey Matyukevich 
9*6aa98f62SSergey Matyukevich #endif /* _UAPI__ASM_BPF_PERF_EVENT_H__ */
10