kernel-brax3-ubuntu-touch/drivers/misc/mediatek/mdp/cmdq_prof.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

14 lines
268 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2015 MediaTek Inc.
*/
#ifndef __CMDQ_PROF_H__
#define __CMDQ_PROF_H__
#include <linux/types.h>
s32 cmdq_prof_estimate_command_exe_time(
const u32 *pCmd, u32 commandSize);
#endif /* __CMDQ_PROF_H__ */