From 430460341cc22bc4b6a37ebbf031edbf6595f8c8 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 29 Nov 2023 18:01:08 +1000 Subject: rust: add initial firmware loading bindings. --- rust/kernel/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/kernel/lib.rs') diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs index 0cbb01bfce8e..82188b6d3639 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -40,6 +40,7 @@ pub mod device; pub mod dma; pub mod driver; pub mod error; +pub mod firmware; pub mod init; pub mod io_mem; pub mod ioctl; -- cgit v1.2.3-58-ga151