| Igor Grinberg | 801475c | 2012-08-29 02:18:56 +0300 | [diff] [blame] | 1 | #ifndef _OMAP_DEBUG_DEVICES_H |
| 2 | #define _OMAP_DEBUG_DEVICES_H | ||||
| 3 | |||||
| 4 | #include <linux/types.h> | ||||
| 5 | |||||
| 6 | /* for TI reference platforms sharing the same debug card */ | ||||
| 7 | extern int debug_card_init(u32 addr, unsigned gpio); | ||||
| 8 | |||||
| 9 | #endif | ||||