commit
8e138da06c
@ -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