git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: kernel stack tracing
[lunaix-os.git]
/
lunaix-os
/
kernel
/
peripheral
/
serial.c
diff --git
a/lunaix-os/kernel/peripheral/serial.c
b/lunaix-os/kernel/peripheral/serial.c
index 516d569c088fe03836b57c33201ac2369dc74e12..8cdced6373b2f9525d9cb8ea0823ee28c07ab81c 100644
(file)
--- a/
lunaix-os/kernel/peripheral/serial.c
+++ b/
lunaix-os/kernel/peripheral/serial.c
@@
-1,4
+1,4
@@
-#include <
hal
/cpu.h>
+#include <
sys
/cpu.h>
#include <lunaix/peripheral/serial.h>
#include <lunaix/syslog.h>
#include <sys/port_io.h>