Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/sched_ext/include/scx/enums.bpf.h
26292 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Convenience macros for getting/setting struct scx_enums instances.
4
*
5
* Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
6
*/
7
#ifndef __SCX_ENUMS_BPF_H
8
#define __SCX_ENUMS_BPF_H
9
10
#include "enums.autogen.bpf.h"
11
12
#endif /* __SCX_ENUMS_BPF_H */
13
14