refactor(kernel): minor refactor. Changed naming convention
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <types.h>
|
||||
|
||||
enum {
|
||||
kUARTBaseAddress = 0x09000000, // TODO: make it dynamic by parsing DTB
|
||||
};
|
||||
|
||||
Int32 IOSerialPutCharacter(ASCII character);
|
||||
Int32 IOSerialPutString(const ASCII* string);
|
||||
Reference in New Issue
Block a user