]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_dcu_fb.h
spi: cadence_qspi: Fix warning cast from pointer to integer of different size
[u-boot] / include / fsl_dcu_fb.h
index 42632984d359df36e7b1ad2fa2260132459eaea4..2dd5f54c3e0fb76cab6d2464aab6efff275fb7e6 100644 (file)
@@ -1,14 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2014 Freescale Semiconductor, Inc.
  *
  * FSL DCU Framebuffer driver
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <linux/fb.h>
 
 int fsl_dcu_init(unsigned int xres, unsigned int yres,
                 unsigned int pixel_format);
+int fsl_dcu_fixedfb_setup(void *blob);
 
 /* Prototypes for external board-specific functions */
 int platform_dcu_init(unsigned int xres, unsigned int yres,