1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2016 MediaTek Inc.
4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com>
5 * Rick Chang <rick.chang@mediatek.com>
8 #ifndef _MTK_JPEG_PARSE_H
9 #define _MTK_JPEG_PARSE_H
11 #include "mtk_jpeg_hw.h"
13 bool mtk_jpeg_parse(struct mtk_jpeg_dec_param
*param
, u8
*src_addr_va
,
16 #endif /* _MTK_JPEG_PARSE_H */