SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / include / fb_mmc.h
index 1ad1d13..a2d7c48 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2014 Broadcom Corporation.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 void fb_mmc_flash_write(const char *cmd, void *download_buffer,
-                       unsigned int download_bytes, char *response);
+                       unsigned int download_bytes);
+void fb_mmc_erase(const char *cmd);