Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/zorro.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | FRAMEMASTER_SIZE 0x200000 |
#define | FRAMEMASTER_REG 0x1ffff8 |
#define | FRAMEMASTER_NOLACE 1 |
#define | FRAMEMASTER_ENABLE 2 |
#define | FRAMEMASTER_COMPL 4 |
#define | FRAMEMASTER_ROM 8 |
#define | FM2FB_MODE_PAL 0 |
#define | FM2FB_MODE_NTSC 1 |
Functions | |
MODULE_DEVICE_TABLE (zorro, fm2fb_devices) | |
int __init | fm2fb_setup (char *options) |
int __init | fm2fb_init (void) |
module_init (fm2fb_init) | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE | ( | zorro | , |
fm2fb_devices | |||
) |
module_init | ( | fm2fb_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |