David S. Miller bc1bafbbe9 bpf: Move endianness BPF helpers out of bpf_util.h
We do not want to include things like stdio.h and friends into
eBPF program builds.  bpf_util.h is for host compiled programs,
so eBPF C-code helpers don't really belong there.

Add a new bpf_endian.h as a quick fix for this for now.

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-01 12:43:49 -07:00
..
2017-01-05 13:02:25 +00:00
2017-04-11 21:41:39 +02:00
2017-01-26 15:36:28 +01:00
2017-02-22 16:41:26 -08:00