Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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/*
10 * First, avoid forward references to `enum` types.
11 *
12 * This workarounds a `bindgen` issue with them:
13 * <https://github.com/rust-lang/rust-bindgen/issues/3179>.
14 *
15 * Without this, the generated Rust type may be the wrong one (`i32`) or
16 * the proper one (typically `c_uint`) depending on how the headers are
17 * included, which in turn may depend on the particular kernel configuration
18 * or the architecture.
19 *
20 * The alternative would be to use casts and likely an
21 * `#[allow(clippy::unnecessary_cast)]` in the Rust source files. Instead,
22 * this approach allows us to keep the correct code in the source files and
23 * simply remove this section when the issue is fixed upstream and we bump
24 * the minimum `bindgen` version.
25 *
26 * This workaround may not be possible in some cases, depending on how the C
27 * headers are set up.
28 */
29#include <linux/hrtimer_types.h>
30
31#include <linux/acpi.h>
32#include <linux/gpu_buddy.h>
33#include <drm/drm_device.h>
34#include <drm/drm_drv.h>
35#include <drm/drm_file.h>
36#include <drm/drm_gem.h>
37#include <drm/drm_gem_shmem_helper.h>
38#include <drm/drm_ioctl.h>
39#include <kunit/test.h>
40#include <linux/auxiliary_bus.h>
41#include <linux/bitmap.h>
42#include <linux/blk-mq.h>
43#include <linux/blk_types.h>
44#include <linux/blkdev.h>
45#include <linux/clk.h>
46#include <linux/completion.h>
47#include <linux/configfs.h>
48#include <linux/cpu.h>
49#include <linux/cpufreq.h>
50#include <linux/cpumask.h>
51#include <linux/cred.h>
52#include <linux/debugfs.h>
53#include <linux/device/faux.h>
54#include <linux/dma-direction.h>
55#include <linux/dma-mapping.h>
56#include <linux/dma-resv.h>
57#include <linux/errname.h>
58#include <linux/ethtool.h>
59#include <linux/fdtable.h>
60#include <linux/file.h>
61#include <linux/firmware.h>
62#include <linux/fs.h>
63#include <linux/i2c.h>
64#include <linux/interrupt.h>
65#include <linux/io-pgtable.h>
66#include <linux/ioport.h>
67#include <linux/iosys-map.h>
68#include <linux/jiffies.h>
69#include <linux/jump_label.h>
70#include <linux/mdio.h>
71#include <linux/mm.h>
72#include <linux/miscdevice.h>
73#include <linux/of_device.h>
74#include <linux/pci.h>
75#include <linux/phy.h>
76#include <linux/pid_namespace.h>
77#include <linux/platform_device.h>
78#include <linux/pm_opp.h>
79#include <linux/poll.h>
80#include <linux/property.h>
81#include <linux/pwm.h>
82#include <linux/random.h>
83#include <linux/refcount.h>
84#include <linux/regulator/consumer.h>
85#include <linux/sched.h>
86#include <linux/security.h>
87#include <linux/slab.h>
88#include <linux/sys_soc.h>
89#include <linux/task_work.h>
90#include <linux/tracepoint.h>
91#include <linux/usb.h>
92#include <linux/wait.h>
93#include <linux/workqueue.h>
94#include <linux/xarray.h>
95#include <trace/events/rust_sample.h>
96
97/*
98 * The driver-core Rust code needs to know about some C driver-core private
99 * structures.
100 */
101#include <../../drivers/base/base.h>
102
103#if defined(CONFIG_DRM_PANIC_SCREEN_QR_CODE)
104// Used by `#[export]` in `drivers/gpu/drm/drm_panic_qr.rs`.
105#include <drm/drm_panic.h>
106#endif
107
108/* `bindgen` gets confused at certain things. */
109const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
110const size_t RUST_CONST_HELPER_ARCH_KMALLOC_MINALIGN = ARCH_KMALLOC_MINALIGN;
111const size_t RUST_CONST_HELPER_PAGE_SIZE = PAGE_SIZE;
112const gfp_t RUST_CONST_HELPER_GFP_ATOMIC = GFP_ATOMIC;
113const gfp_t RUST_CONST_HELPER_GFP_KERNEL = GFP_KERNEL;
114const gfp_t RUST_CONST_HELPER_GFP_KERNEL_ACCOUNT = GFP_KERNEL_ACCOUNT;
115const gfp_t RUST_CONST_HELPER_GFP_NOWAIT = GFP_NOWAIT;
116const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;
117const gfp_t RUST_CONST_HELPER___GFP_HIGHMEM = ___GFP_HIGHMEM;
118const gfp_t RUST_CONST_HELPER___GFP_NOWARN = ___GFP_NOWARN;
119const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL;
120const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET;
121
122const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT;
123
124const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC;
125const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC1 = XA_FLAGS_ALLOC1;
126
127const vm_flags_t RUST_CONST_HELPER_VM_MERGEABLE = VM_MERGEABLE;
128const vm_flags_t RUST_CONST_HELPER_VM_READ = VM_READ;
129const vm_flags_t RUST_CONST_HELPER_VM_WRITE = VM_WRITE;
130const vm_flags_t RUST_CONST_HELPER_VM_EXEC = VM_EXEC;
131const vm_flags_t RUST_CONST_HELPER_VM_SHARED = VM_SHARED;
132const vm_flags_t RUST_CONST_HELPER_VM_MAYREAD = VM_MAYREAD;
133const vm_flags_t RUST_CONST_HELPER_VM_MAYWRITE = VM_MAYWRITE;
134const vm_flags_t RUST_CONST_HELPER_VM_MAYEXEC = VM_MAYEXEC;
135const vm_flags_t RUST_CONST_HELPER_VM_MAYSHARE = VM_MAYEXEC;
136const vm_flags_t RUST_CONST_HELPER_VM_PFNMAP = VM_PFNMAP;
137const vm_flags_t RUST_CONST_HELPER_VM_IO = VM_IO;
138const vm_flags_t RUST_CONST_HELPER_VM_DONTCOPY = VM_DONTCOPY;
139const vm_flags_t RUST_CONST_HELPER_VM_DONTEXPAND = VM_DONTEXPAND;
140const vm_flags_t RUST_CONST_HELPER_VM_LOCKONFAULT = VM_LOCKONFAULT;
141const vm_flags_t RUST_CONST_HELPER_VM_ACCOUNT = VM_ACCOUNT;
142const vm_flags_t RUST_CONST_HELPER_VM_NORESERVE = VM_NORESERVE;
143const vm_flags_t RUST_CONST_HELPER_VM_HUGETLB = VM_HUGETLB;
144const vm_flags_t RUST_CONST_HELPER_VM_SYNC = VM_SYNC;
145const vm_flags_t RUST_CONST_HELPER_VM_ARCH_1 = VM_ARCH_1;
146const vm_flags_t RUST_CONST_HELPER_VM_WIPEONFORK = VM_WIPEONFORK;
147const vm_flags_t RUST_CONST_HELPER_VM_DONTDUMP = VM_DONTDUMP;
148const vm_flags_t RUST_CONST_HELPER_VM_SOFTDIRTY = VM_SOFTDIRTY;
149const vm_flags_t RUST_CONST_HELPER_VM_MIXEDMAP = VM_MIXEDMAP;
150const vm_flags_t RUST_CONST_HELPER_VM_HUGEPAGE = VM_HUGEPAGE;
151const vm_flags_t RUST_CONST_HELPER_VM_NOHUGEPAGE = VM_NOHUGEPAGE;
152
153#if IS_ENABLED(CONFIG_GPU_BUDDY)
154const unsigned long RUST_CONST_HELPER_GPU_BUDDY_RANGE_ALLOCATION = GPU_BUDDY_RANGE_ALLOCATION;
155const unsigned long RUST_CONST_HELPER_GPU_BUDDY_TOPDOWN_ALLOCATION = GPU_BUDDY_TOPDOWN_ALLOCATION;
156const unsigned long RUST_CONST_HELPER_GPU_BUDDY_CONTIGUOUS_ALLOCATION =
157 GPU_BUDDY_CONTIGUOUS_ALLOCATION;
158const unsigned long RUST_CONST_HELPER_GPU_BUDDY_CLEAR_ALLOCATION = GPU_BUDDY_CLEAR_ALLOCATION;
159const unsigned long RUST_CONST_HELPER_GPU_BUDDY_CLEARED = GPU_BUDDY_CLEARED;
160const unsigned long RUST_CONST_HELPER_GPU_BUDDY_TRIM_DISABLE = GPU_BUDDY_TRIM_DISABLE;
161#endif
162
163#if IS_ENABLED(CONFIG_ANDROID_BINDER_IPC_RUST)
164#include "../../drivers/android/binder/rust_binder.h"
165#include "../../drivers/android/binder/rust_binder_events.h"
166#endif