]> Git Repo - linux.git/blob - drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.h
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux.git] / drivers / media / platform / mtk-jpeg / mtk_jpeg_dec_parse.h
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
This page took 0.034678 seconds and 4 git commands to generate.