cmdq_prof.h 197 B

12345678
  1. #ifndef __CMDQ_PROF_H__
  2. #define __CMDQ_PROF_H__
  3. #include <linux/types.h>
  4. int32_t cmdq_prof_estimate_command_exe_time(const uint32_t *pCmd, uint32_t commandSize);
  5. #endif /* __CMDQ_PROF_H__ */