Files
Linux_Drivers/u-boot-2021.10/drivers/jpeg/jpeg.h
wangliang.wang 607778300c [uboot] Upgrade the MMF SDK from V4.0.0 to V4.1.0
1. add cv181x functions
	2. Delete some useless files and add .gitignore

Change-Id: Iea2b2fa43b5a1152e5e99fb32b88f8d2c249251a
2023-03-10 20:42:30 +08:00

7 lines
102 B
C

#ifndef _JPEG_H_
#define _JPEG_H_
int jpeg_decoder(void *bs_addr, void *yuv_addr, int size);
#endif