/* * linux/drivers/video/metronomefb.c -- FB driver for Metronome controller * * Copyright (C) 2008, Jaya Kumar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. * * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. * * This work was made possible by help and equipment support from E-Ink * Corporation. http://support.eink.com/community * * This driver is written to be used with the Metronome display controller. * It is intended to be architecture independent. A board specific driver * must be used to perform all the physical IO interactions. An example * is provided as am200epd.c * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include