]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit729e55db6f084541e6bed0f68b2dbdfdcbbedfa8
tree9b77d251f99ace7fbdeed9a1a9915bb769646b30
parente333ecf8a09a03c85e64f95003276fc881917d9a
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