forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/sh/include/asm/processor.h
....@@ -167,6 +167,8 @@
167167 #define instruction_size(insn) (2)
168168 #endif
169169
170
+void select_idle_routine(void);
171
+
170172 #endif /* __ASSEMBLY__ */
171173
172174 #include <asm/processor_32.h>