]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: pci: move I/O infrastructure to separate file
authorDanilo Krummrich <dakr@kernel.org>
Wed, 15 Oct 2025 18:14:30 +0000 (20:14 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 20 Oct 2025 10:03:23 +0000 (12:03 +0200)
commit3c2e31d717ac89c59e35e98a7910a6daa9f15a06
tree3cc1242e6336c3fd6eec88749f70d1b41bd1196b
parent651692d32c21a9165db60a9bc74600074cd4ed99
rust: pci: move I/O infrastructure to separate file

Move the PCI I/O infrastructure to a separate sub-module in order to
keep things organized.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/pci.rs
rust/kernel/pci/io.rs [new file with mode: 0644]