Collect the cpu specific stuff

This commit is contained in:
2018-02-13 12:46:36 +01:00
parent b801c7cf3c
commit 96d2ebd977
7 changed files with 13 additions and 3 deletions

3
src/kernel/include/cpu.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void cpu_init();