| * Copyright (c) 2009 Nuvoton technology corporation |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License as published by |
| * the Free Software Foundation; either version 2 of the License, or |
| * (at your option) any later version. |
| * Wang Qiang(rurality.linux@gmail.com) 2009/12/16 |
| #include <linux/platform_data/video-nuc900fb.h> |
| enum nuc900_lcddrv_type { |
| #define PALETTE_BUFFER_SIZE 256 |
| #define PALETTE_BUFF_CLEAR (0x80000000) /* entry is clear/invalid */ |
| struct notifier_block freq_transition; |
| /* keep these registers in case we need to re-write palette */ |
| u32 palette_buffer[PALETTE_BUFFER_SIZE]; |
| #endif /* __NUC900FB_H */ |