bindings_helper.h (50501936288d6a29d7ef78f25d00e33240fad45f) | bindings_helper.h (a66d733da8010c732979041cd602cfceab7f587b) |
---|---|
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 | 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> |
|
9#include <linux/slab.h> 10#include <linux/refcount.h> 11#include <linux/wait.h> 12#include <linux/sched.h> 13 14/* `bindgen` gets confused at certain things. */ 15const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL; 16const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO; | 11#include <linux/slab.h> 12#include <linux/refcount.h> 13#include <linux/wait.h> 14#include <linux/sched.h> 15 16/* `bindgen` gets confused at certain things. */ 17const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL; 18const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO; |