]> Git Repo - linux.git/blob - kernel/bpf/preload/iterators/bpf_preload_common.h
RISC-V: Fix usage of memblock_enforce_memory_limit
[linux.git] / kernel / bpf / preload / iterators / bpf_preload_common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BPF_PRELOAD_COMMON_H
3 #define _BPF_PRELOAD_COMMON_H
4
5 #define BPF_PRELOAD_START 0x5555
6 #define BPF_PRELOAD_END 0xAAAA
7
8 struct bpf_preload_info {
9         char link_name[16];
10         int link_id;
11 };
12
13 #endif
This page took 0.032514 seconds and 4 git commands to generate.