[sherlock] 6.20211109.1.3166240 u-boot source
GitOrigin-RevId: 5c5d666cb65847044c1b1544965dc52ad5750e84
Change-Id: I5a29bbd4182be2242ada9c0cdb0407d0d42d971a
Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/545782
Reviewed-by: Yecheng Zhao <zyecheng@google.com>
diff --git a/include/fb_nand.h b/include/fb_nand.h
new file mode 100644
index 0000000..3daae8c
--- /dev/null
+++ b/include/fb_nand.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2014 Broadcom Corporation.
+ * Copyright 2015 Free Electrons.
+ */
+
+void fb_nand_flash_write(const char *cmd, void *download_buffer,
+ unsigned int download_bytes);
+void fb_nand_erase(const char *cmd);