1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2016 MediaTek Inc.
4  * Author: Ming Hsiu Tsai <[email protected]>
5  *         Rick Chang <[email protected]>
6  */
7 
8 #ifndef _MTK_JPEG_PARSE_H
9 #define _MTK_JPEG_PARSE_H
10 
11 #include "mtk_jpeg_dec_hw.h"
12 
13 bool mtk_jpeg_parse(struct mtk_jpeg_dec_param *param, u8 *src_addr_va,
14 		    u32 src_size);
15 
16 #endif /* _MTK_JPEG_PARSE_H */
17 
18