]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/testing/selftests/bpf/test_pkt_access.c
bpf: Move endianness BPF helpers out of bpf_util.h
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / bpf / test_pkt_access.c
index 711300508ee093e212f77b738ccb6b249126bbae..39387bb7e08ca79be1ebd94452c0c126abd2316c 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/tcp.h>
 #include <linux/pkt_cls.h>
 #include "bpf_helpers.h"
-#include "bpf_util.h"
+#include "bpf_endian.h"
 
 #define barrier() __asm__ __volatile__("": : :"memory")
 int _version SEC("version") = 1;