blob: b5234cf444a5bc93470a5ad7494ce25ea0a15c57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef __CMDQ_PROF_H__
#define __CMDQ_PROF_H__
#include <linux/types.h>
int32_t cmdq_prof_estimate_command_exe_time(
const uint32_t *pCmd, uint32_t commandSize);
#endif /* __CMDQ_PROF_H__ */
|