Linux Audio

Check our new training course

Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Header that contains the code (mostly headers) for which Rust bindings
 4 * will be automatically generated by `bindgen`.
 5 *
 6 * Sorted alphabetically.
 7 */
 8
 
 
 
 
 
 
 
 
 9#include <linux/slab.h>
 
 
10
11/* `bindgen` gets confused at certain things. */
12const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;
13const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO;
 
v6.9.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Header that contains the code (mostly headers) for which Rust bindings
 4 * will be automatically generated by `bindgen`.
 5 *
 6 * Sorted alphabetically.
 7 */
 8
 9#include <kunit/test.h>
10#include <linux/errname.h>
11#include <linux/ethtool.h>
12#include <linux/jiffies.h>
13#include <linux/mdio.h>
14#include <linux/phy.h>
15#include <linux/refcount.h>
16#include <linux/sched.h>
17#include <linux/slab.h>
18#include <linux/wait.h>
19#include <linux/workqueue.h>
20
21/* `bindgen` gets confused at certain things. */
22const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
23const gfp_t RUST_CONST_HELPER_GFP_KERNEL = GFP_KERNEL;
24const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;