summaryrefslogtreecommitdiff
path: root/src/bpf_intf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bpf_intf.rs')
-rw-r--r--src/bpf_intf.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bpf_intf.rs b/src/bpf_intf.rs
new file mode 100644
index 0000000..9db020e
--- /dev/null
+++ b/src/bpf_intf.rs
@@ -0,0 +1,9 @@
+// This software may be used and distributed according to the terms of the
+// GNU General Public License version 2.
+
+#![allow(non_upper_case_globals)]
+#![allow(non_camel_case_types)]
+#![allow(non_snake_case)]
+#![allow(dead_code)]
+
+include!(concat!(env!("OUT_DIR"), "/bpf_intf.rs"));