MC3302_SDK_V1.1.9_202507281.../bsp/ramboot/include/fb_nand.h
2025-11-11 12:08:31 +08:00

11 lines
258 B
C
Executable File

/*
* Copyright 2014 Broadcom Corporation.
* Copyright 2015 Free Electrons.
*
* SPDX-License-Identifier: GPL-2.0+
*/
void fb_nand_flash_write(const char *cmd, void *download_buffer,
unsigned int download_bytes);
void fb_nand_erase(const char *cmd);