aboutsummaryrefslogtreecommitdiff
path: root/include/asm-cris/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/system.h')
-rw-r--r--include/asm-cris/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-cris/system.h b/include/asm-cris/system.h
index d48670107a8..1d63c2aa8ec 100644
--- a/include/asm-cris/system.h
+++ b/include/asm-cris/system.h
@@ -71,4 +71,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz
#define arch_align_stack(x) (x)
+void default_idle(void);
+
#endif