scx_cidland/bpf_intf.rs
1// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES.
4//
5// This software may be used and distributed according to the terms of the GNU
6// General Public License version 2.
7
8// Allow naming conventions from auto-generated C headers
9#![allow(non_upper_case_globals)]
10#![allow(non_camel_case_types)]
11#![allow(dead_code)]
12
13include!(concat!(env!("OUT_DIR"), "/bpf_intf.rs"));