Re: [PATCH v3 1/1] rust: pci: use c_* types via kernel prelude

From: Danilo Krummrich
Date: Fri Aug 15 2025 - 14:08:17 EST


On 8/12/25 5:31 AM, herculoxz wrote:
From: Abhinav Ananthu <abhinav.ogl@xxxxxxxxx>

Update PCI FFI callback signatures to use `c_` from the prelude,
instead of accessing it via `kernel::ffi::`.

Signed-off-by: Abhinav Ananthu <abhinav.ogl@xxxxxxxxx>

Applied to driver-core-testing, thanks!