hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/staging/android/fiq_debugger/fiq_debugger.h
....@@ -63,6 +63,8 @@
6363 #ifdef CONFIG_RK_CONSOLE_THREAD
6464 void (*console_write)(struct platform_device *pdev, const char *s,
6565 unsigned int count);
66
+ int (*tty_write)(struct platform_device *pdev, const char *s, int count);
67
+ int (*write_room)(struct platform_device *pdev);
6668 #endif
6769 #ifdef CONFIG_FIQ_DEBUGGER_TRUST_ZONE
6870 void (*switch_cpu)(struct platform_device *pdev, u32 cpu);
....@@ -70,4 +72,5 @@
7072 #endif
7173 };
7274
75
+void fiq_tty_wake_up(struct platform_device *pdev);
7376 #endif