Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <mach/sysasic.h>
#include <mach/dma.h>
#include <asm/dma.h>
#include <asm/io.h>
Go to the source code of this file.
Functions | |
subsys_initcall (pvr2_dma_init) | |
module_exit (pvr2_dma_exit) | |
MODULE_AUTHOR ("Paul Mundt <[email protected]>") | |
MODULE_DESCRIPTION ("NEC PowerVR 2 DMA driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Paul Mundt <[email protected]>" | ) |
module_exit | ( | pvr2_dma_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | pvr2_dma_init | ) |