]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/fb_nand.h
fastboot: Extract common definitions from USB fastboot
[thirdparty/u-boot.git] / include / fb_nand.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
bf8940d3
MR
2/*
3 * Copyright 2014 Broadcom Corporation.
4 * Copyright 2015 Free Electrons.
bf8940d3
MR
5 */
6
64ece848 7void fb_nand_flash_write(const char *cmd, void *download_buffer,
c4ded03e
AK
8 unsigned int download_bytes, char *response);
9void fb_nand_erase(const char *cmd, char *response);