Skip to content

Commit 5b0ccdd

Browse files
committed
fixup! rust: devcoredump: Add devcoredump abstraction
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b579f84 commit 5b0ccdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/kernel/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pub mod cpu;
9393
pub mod cpufreq;
9494
pub mod cpumask;
9595
pub mod cred;
96+
#[cfg(CONFIG_DEV_COREDUMP)]
9697
pub mod devcoredump;
9798
pub mod device;
9899
pub mod device_id;

0 commit comments

Comments
 (0)