fiq_debugger: merge from linux 3.10
[firefly-linux-kernel-4.4.55.git] / drivers / staging / android / fiq_debugger / fiq_debugger.h
index caf75155110f4cf77ed3c37f5fd47cc8c96ae026..2e7e33eea862d4f561167559d6c0d27bb0b76b5b 100644 (file)
@@ -64,6 +64,10 @@ struct fiq_debugger_pdata {
        void (*console_write)(struct platform_device *pdev, const char *s,
                              unsigned int count);
 #endif
+#ifdef CONFIG_FIQ_DEBUGGER_TRUST_ZONE
+       void (*switch_cpu)(struct platform_device *pdev, u32 cpu);
+       void (*enable_debug)(struct platform_device *pdev, bool val);
+#endif
 };
 
 #endif