kernel-brax3-ubuntu-touch/drivers/media/platform/mtk-isp/imgsys/mtk_imgsys-probe.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

17 lines
420 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2018 MediaTek Inc.
*
* Author: Johnson-CH Chiu <Johnson-CH.chiu@mediatek.com>
*
*/
#ifndef __MTK_IMG_TRACE_H__
#define __MTK_IMG_TRACE_H__
int mtk_imgsys_runtime_resume(struct device *dev);
int mtk_imgsys_runtime_suspend(struct device *dev);
int mtk_imgsys_probe(struct platform_device *pdev);
int mtk_imgsys_remove(struct platform_device *pdev);
#endif