#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/miscdevice.h>
#include <linux/fcntl.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/sections.h>
#include <asm/prom.h>
#include <asm/io.h>
#include "ans-lcd.h"
Go to the source code of this file.
#define ANSLCD_ADDR 0xf301c000 |
#define ANSLCD_CTRL_IX 0x00 |
#define ANSLCD_DATA_IX 0x10 |
module_exit |
( |
anslcd_exit |
| ) |
|
module_init |
( |
anslcd_init |
| ) |
|
Initial value:= {
.write = anslcd_write,
.unlocked_ioctl = anslcd_ioctl,
.open = anslcd_open,
}
Definition at line 136 of file ans-lcd.c.
Initial value:= "********************"
"* LINUX! *"
"* Welcome to *"
"********************"
Definition at line 149 of file ans-lcd.c.