mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
12 lines
260 B
C
12 lines
260 B
C
![]() |
/*
|
||
|
* Common eBPF ELF object loading operations.
|
||
|
*
|
||
|
* Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org>
|
||
|
* Copyright (C) 2015 Wang Nan <wangnan0@huawei.com>
|
||
|
* Copyright (C) 2015 Huawei Inc.
|
||
|
*/
|
||
|
#ifndef __BPF_LIBBPF_H
|
||
|
#define __BPF_LIBBPF_H
|
||
|
|
||
|
#endif
|