aboutsummaryrefslogtreecommitdiff
path: root/src/utils/uart.h
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 20:13:06 +0100
committervetch <vetch97@gmail.com>2020-01-04 20:13:06 +0100
commitac380738c682aab754c520fd3cf65113f320f49e (patch)
treea1cebaa5d135bf4f3da803a211a39872919c30a5 /src/utils/uart.h
parent5d5ba341d770017eeb392e186e21fbf887a97d2e (diff)
downloadrpi-MMU-example-ac380738c682aab754c520fd3cf65113f320f49e.tar.gz
rpi-MMU-example-ac380738c682aab754c520fd3cf65113f320f49e.zip
move interrupts things to interrupts.h
Diffstat (limited to 'src/utils/uart.h')
-rw-r--r--src/utils/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/uart.h b/src/utils/uart.h
index 241b94b..2a8b7d4 100644
--- a/src/utils/uart.h
+++ b/src/utils/uart.h
@@ -3,6 +3,7 @@
#include <stdint.h>
#include "../global.h"
+#include "../interrupts/interrupts.h"
// The offsets for reach register.