scx_flow/bpf_intf.rs
1// Copyright (c) 2026 Galih Tama <galpt@v.recipes>
2//
3// This software may be used and distributed according to the terms of the
4// GNU General Public License version 2.
5
6// Allow naming conventions from auto-generated C headers
7#![allow(non_upper_case_globals)]
8#![allow(non_camel_case_types)]
9#![allow(dead_code)]
10
11include!(concat!(env!("OUT_DIR"), "/bpf_intf.rs"));