mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
headers/vmlinux: Add more archs powerpc and arm64
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
#ifndef __VMLINUX_ARCH_X86_H__
|
||||
#define __VMLINUX_ARCH_X86_H__
|
||||
|
||||
#ifdef __BPF_TRACING_H__
|
||||
/* Expected include <bpf/bpf_tracing.h> */
|
||||
#ifndef bpf_target_defined
|
||||
#warning "Tracing need __TARGET_ARCH_x86 defined"
|
||||
#endif
|
||||
#endif /* __BPF_TRACING_H__ */
|
||||
|
||||
struct pt_regs {
|
||||
long unsigned int r15;
|
||||
|
Reference in New Issue
Block a user