sparreal-kernel 0.1.6

Sparreal OS kernel
Documentation
1
2
3
4
5
6
7
pub use fdt_parser::*;

use crate::driver::device_tree::get_device_tree;

pub fn device_tree<'a>() -> Option<Fdt<'a>> {
    get_device_tree()
}