mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 19:11:31 +00:00
6cf4fdae40
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
10 lines
209 B
C
10 lines
209 B
C
#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
|