scx_rustland/
bpf_intf.rs

1// This software may be used and distributed according to the terms of the
2// GNU General Public License version 2.
3
4#![allow(non_upper_case_globals)]
5#![allow(non_camel_case_types)]
6#![allow(non_snake_case)]
7#![allow(dead_code)]
8
9include!(concat!(env!("OUT_DIR"), "/bpf_intf.rs"));