Blame bpf_perf_event_arm64.h
|
Michel Lind |
53db11 |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
Michel Lind |
53db11 |
#ifndef _UAPI__ASM_BPF_PERF_EVENT_H__
|
|
Michel Lind |
53db11 |
#define _UAPI__ASM_BPF_PERF_EVENT_H__
|
|
Michel Lind |
53db11 |
|
|
Michel Lind |
53db11 |
#include <asm/ptrace.h>
|
|
Michel Lind |
53db11 |
|
|
Michel Lind |
53db11 |
typedef struct user_pt_regs bpf_user_pt_regs_t;
|
|
Michel Lind |
53db11 |
|
|
Michel Lind |
53db11 |
#endif /* _UAPI__ASM_BPF_PERF_EVENT_H__ */
|