diff options
author | Dave Airlie <airlied@redhat.com> | 2023-11-29 18:01:08 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-11-30 08:42:17 +1000 |
commit | 430460341cc22bc4b6a37ebbf031edbf6595f8c8 (patch) | |
tree | c855a5b4a75031a05cb393d5d2c1e56415987cc2 /rust/kernel/lib.rs | |
parent | 9e81179bfa0ce972cc1f9b147ec784195ca2c0ad (diff) |
rust: add initial firmware loading bindings.
Diffstat (limited to 'rust/kernel/lib.rs')
-rw-r--r-- | rust/kernel/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |