forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/arch/mips/include/asm/idle.h
....@@ -15,6 +15,8 @@
1515 return cpu_wait == r4k_wait;
1616 }
1717
18
+extern void __init check_wait(void);
19
+
1820 extern int mips_cpuidle_wait_enter(struct cpuidle_device *dev,
1921 struct cpuidle_driver *drv, int index);
2022