mt_hooks.h 164 B

1234567
  1. #ifndef __MT_HOOKS_H__
  2. #define __MT_HOOKS_H__
  3. extern int __weak arm_undefinstr_retry(struct pt_regs *regs,
  4. unsigned int instr);
  5. #endif /* end __MT_HOOKS_H__ */