mt_debug_latch.h 212 B

12345678
  1. #ifndef __MT_DEBUG_LATCH_H__
  2. #define __MT_DEBUG_LATCH_H__
  3. /* public APIs for those want to dump lastbus to buf */
  4. int __attribute__((weak)) mt_lastbus_dump(char *buf);
  5. #endif /* end of __MT_DEBUG_LATCH_H__ */