aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/debug-devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/debug-devices.h')
-rw-r--r--arch/arm/mach-omap2/debug-devices.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/debug-devices.h b/arch/arm/mach-omap2/debug-devices.h
new file mode 100644
index 000000000000..a4edbd2f7484
--- /dev/null
+++ b/arch/arm/mach-omap2/debug-devices.h
@@ -0,0 +1,9 @@
+#ifndef _OMAP_DEBUG_DEVICES_H
+#define _OMAP_DEBUG_DEVICES_H
+
+#include <linux/types.h>
+
+/* for TI reference platforms sharing the same debug card */
+extern int debug_card_init(u32 addr, unsigned gpio);
+
+#endif