summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/system-target.h')
-rw-r--r--firmware/target/hosted/android/system-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/hosted/android/system-target.h b/firmware/target/hosted/android/system-target.h
index 325c1012af..12610de42f 100644
--- a/firmware/target/hosted/android/system-target.h
+++ b/firmware/target/hosted/android/system-target.h
@@ -26,6 +26,10 @@
26#define disable_irq_save() 0 26#define disable_irq_save() 0
27#define restore_irq(level) (void)level 27#define restore_irq(level) (void)level
28 28
29static inline void commit_dcache(void) {}
30static inline void commit_discard_dcache(void) {}
31static inline void commit_discard_idcache(void) {}
32
29void power_off(void); 33void power_off(void);
30void wait_for_interrupt(void); 34void wait_for_interrupt(void);
31void interrupt(void); 35void interrupt(void);