parent
81af2c82fd
commit
f76a604b78
@ -0,0 +1,12 @@
|
|||||||
|
/// ARM64 drivers
|
||||||
|
|
||||||
|
use once::*;
|
||||||
|
|
||||||
|
use super::board;
|
||||||
|
|
||||||
|
/// Initialize ARM64 common drivers
|
||||||
|
pub fn init() {
|
||||||
|
assert_has_not_been_called!();
|
||||||
|
|
||||||
|
board::init_driver();
|
||||||
|
}
|
Loading…
Reference in new issue