summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/power.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-04-08 04:03:03 +0200
committerUros Majstorovic <majstor@majstor.org>2021-04-08 04:03:03 +0200
commit5c4ad4969514b82285ef37922f7acf61600c70de (patch)
tree8ff857d9b3432eff30e4e485343a608c02e833c5 /fw/fe310/eos/power.c
parent66e53b7e54878e2161f5c0dab6f90aebd9a1d97a (diff)
reintrodiced spi_dev
Diffstat (limited to 'fw/fe310/eos/power.c')
-rw-r--r--fw/fe310/eos/power.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/eos/power.c b/fw/fe310/eos/power.c
index 6f292b8..5f44a94 100644
--- a/fw/fe310/eos/power.c
+++ b/fw/fe310/eos/power.c
@@ -7,6 +7,8 @@
#include "eos.h"
#include "event.h"
#include "timer.h"
+#include "spi.h"
+#include "spi_dev.h"
#include "net.h"
#include "eve/eve.h"