Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/of_device.h>
Go to the source code of this file.
Data Structures | |
struct | gfb_info |
Functions | |
MODULE_DEVICE_TABLE (of, ffb_match) | |
module_init (gfb_init) | |
module_exit (gfb_exit) | |
MODULE_DESCRIPTION ("framebuffer driver for Sun XVR-1000 graphics") | |
MODULE_AUTHOR ("David S. Miller <[email protected]>") | |
MODULE_VERSION ("1.0") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "David S. Miller <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
ffb_match | |||
) |
module_exit | ( | gfb_exit | ) |
module_init | ( | gfb_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | "1.0" | ) |