Macro kernel_source
macro_rules! kernel_source { ( $struct:ident, $file:expr ) => { ... }; }
Expand description
Generates kernel source code by replacing some information using templating.
macro_rules! kernel_source { ( $struct:ident, $file:expr ) => { ... }; }
Generates kernel source code by replacing some information using templating.