3 * Anatolij Gustschin, DENX Software Engineering, <agust@denx.de>
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of
8 * the License, or (at your option) any later version.
14 void lcd_enable(void);
15 void setup_iomux_lcd(void);
17 static inline void lcd_enable(void) { }
18 static inline void setup_iomux_lcd(void) { }