commit | 11a4a0ca104df9962b8b309f6780aff015959561 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Sat Dec 29 11:38:31 2018 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Jan 02 11:38:14 2019 +0000 |
tree | 7e5d87129142e4dba7ad81322e8a54133c1fbfa6 | |
parent | b90daf183f4a43a6e2502a2cc5d3afd10318d6a3 [diff] [blame] |
Unify the arch headers. The arch interface is defined in common headers and each arch has its own implementation. Change-Id: I2d783fcd951f2a51458d9c2d4adc5bf72200dde7
diff --git a/src/dlog.c b/src/dlog.c index 9471cea..51ba6fb 100644 --- a/src/dlog.c +++ b/src/dlog.c
@@ -19,7 +19,8 @@ #include <stdbool.h> #include <stddef.h> -#include "hf/arch.h" +#include "hf/arch/console.h" + #include "hf/spinlock.h" #include "hf/std.h"