]> Git Repo - linux.git/blob - tools/include/uapi/asm/bpf_perf_event.h
drm/i915/backlight: use unique backlight device names
[linux.git] / tools / include / uapi / asm / bpf_perf_event.h
1 #if defined(__aarch64__)
2 #include "../../arch/arm64/include/uapi/asm/bpf_perf_event.h"
3 #elif defined(__s390__)
4 #include "../../arch/s390/include/uapi/asm/bpf_perf_event.h"
5 #elif defined(__riscv)
6 #include "../../arch/riscv/include/uapi/asm/bpf_perf_event.h"
7 #else
8 #include <uapi/asm-generic/bpf_perf_event.h>
9 #endif
This page took 0.03054 seconds and 4 git commands to generate.