kernel-brax3-ubuntu-touch/drivers/misc/mediatek/mminfra/mtk-mminfra-debug.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

22 lines
387 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2021 MediaTek Inc.
*/
#ifndef __MTK_MMINFRA_DEBUG_H
#define __MTK_MMINFRA_DEBUG_H
#if IS_ENABLED(CONFIG_MTK_MMINFRA)
int mtk_mminfra_dbg_hang_detect(const char *user);
#else
static inline int mtk_mminfra_dbg_hang_detect(const char *user)
{
return 0;
}
#endif /* CONFIG_MTK_MMINFRA */
#endif /* __MTK_MMINFRA_DEBUG_H */