1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Header that contains the code (mostly headers) for which Rust bindings
4 * will be automatically generated by `bindgen`.
6 * Sorted alphabetically.
9 #include <linux/slab.h>
10 #include <linux/refcount.h>
12 /* `bindgen` gets confused at certain things. */
13 const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;
14 const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO;