diff options
| author | Gary Guo <[email protected]> | 2024-09-13 21:29:23 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2024-11-10 22:58:00 +0000 |
| commit | d072acda4862f095ec9056979b654cc06a22cc68 (patch) | |
| tree | 270061d20e18a9c5ff90cef8e4deed75bdb93c63 /scripts/rust_is_available_test.py | |
| parent | rust: map `__kernel_size_t` and friends also to usize/isize (diff) | |
| download | kernel-d072acda4862f095ec9056979b654cc06a22cc68.tar.gz kernel-d072acda4862f095ec9056979b654cc06a22cc68.zip | |
rust: use custom FFI integer types
Currently FFI integer types are defined in libcore. This commit creates
the `ffi` crate and asks bindgen to use that crate for FFI integer types
instead of `core::ffi`.
This commit is preparatory and no type changes are made in this commit
yet.
Signed-off-by: Gary Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Added `rustdoc`, `rusttest` and KUnit tests support. Rebased on top of
`rust-next` (e.g. migrated more `core::ffi` cases). Reworded crate
docs slightly and formatted. - Miguel ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'scripts/rust_is_available_test.py')
0 files changed, 0 insertions, 0 deletions
