]> Git Repo - linux.git/blob - rust/bindings/bindings_helper.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.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/slab.h>
10
11 /* `bindgen` gets confused at certain things. */
12 const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;
13 const gfp_t BINDINGS___GFP_ZERO = __GFP_ZERO;
This page took 0.032394 seconds and 4 git commands to generate.