bpf: split up instructions and extensions from header
commit4d3be7be483f92030912e976e4dea24edd723f34
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 12:21:31 +0000 (4 14:21 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 12:21:31 +0000 (4 14:21 +0200)
treef695f07c924f887357d590ecb8f7ba5fc9c81c89
parent214cb42c626cfe5fe5d9ef1e83e7b23cca1cf02b
bpf: split up instructions and extensions from header

Move them into a separate header file, so that it is more clean.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
bpf.h
bpf_ext.h [new file with mode: 0644]
bpf_insns.h [new file with mode: 0644]