Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / include / uapi / asm-generic / bpf_perf_event.h
blob53815d2cd047a0fbf816e31c9cf92c0a8adfaeef
1 #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
2 #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
4 #include <linux/ptrace.h>
6 /* Export kernel pt_regs structure */
7 typedef struct pt_regs bpf_user_pt_regs_t;
9 #endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */