sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/sprite/sprite_auto_update.h

12 lines
322 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
/*
* (C) Copyright 2013-2016
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __SPRITE_AUTO_UPDATE_H__
#define __SPRITE_AUTO_UPDATE_H__
extern loff_t fat_fs_read(const char *filename, void *buf, int offset, int len);
#endif /* __SPRITE_AUTO_UPDATE_H__ */