summaryrefslogtreecommitdiff
path: root/src/bpf_intf.rs
blob: 9db020efd9bd629b050cbb786891f29b183bebff (plain)
1
2
3
4
5
6
7
8
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"));