2022-07-26 05:46:47 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/*
|
|
|
|
* Header that contains the code (mostly headers) for which Rust bindings
|
|
|
|
* will be automatically generated by `bindgen`.
|
|
|
|
*
|
|
|
|
* Sorted alphabetically.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/slab.h>
|
2022-12-28 14:03:40 +08:00
|
|
|
#include <linux/refcount.h>
|
2023-03-26 11:57:38 +08:00
|
|
|
#include <linux/wait.h>
|
2023-04-11 13:45:39 +08:00
|
|
|
#include <linux/sched.h>
|
2022-07-26 05:46:47 +08:00
|
|
|
|
|
|
|
/* `bindgen` gets confused at certain things. */
|
|
|
|
const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;
|
|
|
|
const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO;
|