mt_dbg.h 326 B

1234567891011
  1. #ifndef __MT_MACH_DBG_H
  2. #define __MT_MACH_DBG_H
  3. /*
  4. * This header is used to export functions to other driver owers.
  5. */
  6. unsigned int *mt_save_dbg_regs(unsigned int *p, unsigned int cpuid);
  7. void mt_restore_dbg_regs(unsigned int *p, unsigned int cpuid);
  8. void mt_copy_dbg_regs(int to, int from);
  9. #endif /* ! __MT_MACH_DBG_H */