debug-devices.h 209 B

123456789
  1. #ifndef _OMAP_DEBUG_DEVICES_H
  2. #define _OMAP_DEBUG_DEVICES_H
  3. #include <linux/types.h>
  4. /* for TI reference platforms sharing the same debug card */
  5. extern int debug_card_init(u32 addr, unsigned gpio);
  6. #endif