OSDN Git Service

tools: add netlink.h and if_link.h in tools uapi
authorEric Leblond <eric@regit.org>
Tue, 30 Jan 2018 20:55:00 +0000 (21:55 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 3 Feb 2018 01:53:47 +0000 (17:53 -0800)
commitdc2b9f19e3bdaa87a7c3d123b8bba8a42d96d942
tree9b77d251f99ace7fbdeed9a1a9915bb769646b30
parent0911287ce32b14fbc8aab0083151d9b54254091c
tools: add netlink.h and if_link.h in tools uapi

The headers are necessary for libbpf compilation on system with older
version of the headers.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/include/uapi/linux/if_link.h [new file with mode: 0644]
tools/include/uapi/linux/netlink.h [new file with mode: 0644]
tools/lib/bpf/Makefile