summaryrefslogtreecommitdiff
path: root/include/fb_storage.h (plain)
blob: cc548abd2a389cc933572685ac0c5f857fb7a498
1/*
2 * Based (loosely) on the Linux code
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _FB_STORAGE_H_
8#define _FB_STORAGE_H_
9
10void fb_mmc_flash_write(const char *cmd, void *download_buffer,
11 unsigned int download_bytes);
12void fb_mmc_erase_write(const char *cmd, void *download_buffer);
13#endif /* _FB_STORAGE_H_ */
14