blob: 88bdf3690de9820d6a31f58001c55e0f4df73aaf [file] [log] [blame]
Maxime Ripardbf8940d2015-10-15 14:34:17 +02001/*
2 * Copyright 2014 Broadcom Corporation.
3 * Copyright 2015 Free Electrons.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
Steve Rae64ece842016-06-07 11:19:35 -07008void fb_nand_flash_write(const char *cmd, void *download_buffer,
9 unsigned int download_bytes, char *response);
Maxime Ripardbf8940d2015-10-15 14:34:17 +020010void fb_nand_erase(const char *cmd, char *response);