Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debug-devices.h
Go to the documentation of this file.
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