|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/string.h>#include <linux/mm.h>#include <linux/delay.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/fb.h>#include <asm/machvec.h>#include <asm/uaccess.h>#include <asm/pgtable.h>#include <asm/io.h>#include <asm/hd64461.h>#include <cpu/dac.h>Go to the source code of this file.
Macros | |
| #define | WIDTH 640 |
Functions | |
| int | hitfb_blank (int blank_mode, struct fb_info *info) |
| module_init (hitfb_init) | |
| module_exit (hitfb_exit) | |
| MODULE_LICENSE ("GPL") | |
| module_exit | ( | hitfb_exit | ) |
| module_init | ( | hitfb_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2