Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEAD
[linux-2.6-microblaze.git] / rust / bindings / bindings_helper.h
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/errname.h>
10 #include <linux/slab.h>
11 #include <linux/refcount.h>
12 #include <linux/wait.h>
13 #include <linux/sched.h>
14
15 /* `bindgen` gets confused at certain things. */
16 const size_t BINDINGS_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
17 const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;
18 const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO;