]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/include/uapi/asm-generic/bpf_perf_event.h
Merge remote-tracking branches 'asoc/topic/tas6424', 'asoc/topic/tfa9879', 'asoc...
[mirror_ubuntu-focal-kernel.git] / tools / include / uapi / asm-generic / bpf_perf_event.h
1 #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
2 #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
3
4 #include <linux/ptrace.h>
5
6 /* Export kernel pt_regs structure */
7 typedef struct pt_regs bpf_user_pt_regs_t;
8
9 #endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */