diff options
author | 2025-06-20 15:29:21 +0530 | |
---|---|---|
committer | 2025-06-23 09:52:45 +0530 | |
commit | 22679d807dea5c065d8019acfce48f20e87ba5ca (patch) | |
tree | 0ac66163d0138ea4875c8454ada9fa7851febefc /tools/perf/scripts/python | |
parent | Linux 6.16-rc2 (diff) | |
download | wireguard-linux-22679d807dea5c065d8019acfce48f20e87ba5ca.tar.xz wireguard-linux-22679d807dea5c065d8019acfce48f20e87ba5ca.zip |
rust: opp: use c_* types via kernel prelude
Update OPP FFI callback signatures to use `c_int` from the `kernel::prelude`,
instead of accessing it via `kernel::ffi::c_int`.
Although these types are defined in a crate named `ffi`, they are re-exported
via the `kernel::prelude` and should be used from there. This aligns with the
Rust-for-Linux coding guidelines and ensures ABI correctness when interfacing
with C code.
Suggested-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Abhinav Ananthu <abhinav.ogl@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions