diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:41:30 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:02:41 +0200 |
commit | 6cf4fdae4078785695e6424b8f9a4d58e1a2a368 (patch) | |
tree | c6dc02749900f363f8691021079bc4b560b24545 /arch/arm/mach-omap2/debug-devices.h | |
parent | ARM: OMAP1: Move board-voiceblue.h from plat to mach (diff) | |
download | linux-6cf4fdae4078785695e6424b8f9a4d58e1a2a368.tar.xz linux-6cf4fdae4078785695e6424b8f9a4d58e1a2a368.zip |
ARM: OMAP2+: Make debug-devices.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/debug-devices.h')
-rw-r--r-- | arch/arm/mach-omap2/debug-devices.h | 9 |
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 |