bpftool: Add header guards to generated vmlinux.h
authorAndrii Nakryiko <andriin@fb.com>
Sat, 29 Feb 2020 23:11:09 +0000 (15:11 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2020 00:25:14 +0000 (16:25 -0800)
commitca7dc2791b507f842d73e46b1a0453b36b69ffc2
treeb68bae67d0fbce7f668f33eed823ddb2efa777f5
parent15070919f801348e9a9a2ea96f427d8b621f3cd5
bpftool: Add header guards to generated vmlinux.h

Add canonical #ifndef/#define/#endif guard for generated vmlinux.h header with
__VMLINUX_H__ symbol. __VMLINUX_H__ is also going to play double role of
identifying whether vmlinux.h is being used, versus, say, BCC or non-CO-RE
libbpf modes with dependency on kernel headers. This will make it possible to
write helper macro/functions, agnostic to exact BPF program set up.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200229231112.1240137-2-andriin@fb.com
tools/bpf/bpftool/btf.c