X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_dcu_fb.h;h=2dd5f54c3e0fb76cab6d2464aab6efff275fb7e6;hb=6674dc77c2f735ec9bc02434626125698d2755ff;hp=42632984d359df36e7b1ad2fa2260132459eaea4;hpb=42817eb85de1d7dec399c75dbd133ea6b5351a72;p=oweals%2Fu-boot.git diff --git a/include/fsl_dcu_fb.h b/include/fsl_dcu_fb.h index 42632984d3..2dd5f54c3e 100644 --- a/include/fsl_dcu_fb.h +++ b/include/fsl_dcu_fb.h @@ -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 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,