scx_userspace_arena 1.1.0

Utilities for interacting with BPF arenas from userspace in sched_ext schedulers
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Meta Platforms, Inc. and affiliates.

// 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"));