|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/parport.h>#include <linux/interrupt.h>#include <asm/setup.h>#include <asm/atarihw.h>#include <asm/irq.h>#include <asm/atariints.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Andreas Schwab") | |
| MODULE_DESCRIPTION ("Parport Driver for Atari builtin Port") | |
| MODULE_SUPPORTED_DEVICE ("Atari builtin Parallel Port") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Andreas Schwab" | ) |
| MODULE_DESCRIPTION | ( | "Parport Driver for Atari builtin Port" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_SUPPORTED_DEVICE | ( | "Atari builtin Parallel Port" | ) |
1.8.2