brintos

brintos / linux-shallow public Read only

0
0
Text · 253 B · 53815d2 Raw
10 lines · c
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 */7typedef struct pt_regs bpf_user_pt_regs_t;8 9#endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */10