Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fb.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/of_device.h>
#include <asm/io.h>
Go to the source code of this file.
Data Structures | |
struct | s3d_info |
Functions | |
module_init (s3d_init) | |
module_exit (s3d_exit) | |
MODULE_DESCRIPTION ("framebuffer driver for Sun XVR-2500 graphics") | |
MODULE_AUTHOR ("David S. Miller <[email protected]>") | |
MODULE_VERSION ("1.0") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "David S. Miller <[email protected]>" | ) |
module_exit | ( | s3d_exit | ) |
module_init | ( | s3d_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | "1.0" | ) |