Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/c2port.h>
Go to the source code of this file.
Macros | |
#define | DATA_PORT 0x325 |
#define | DIR_PORT 0x326 |
#define | C2D (1 << 0) |
#define | C2CK (1 << 1) |
Functions | |
module_init (duramar2150_c2port_init) | |
module_exit (duramar2150_c2port_exit) | |
MODULE_AUTHOR ("Rodolfo Giometti <[email protected]>") | |
MODULE_DESCRIPTION ("Silicon Labs C2 port Linux support for Duramar 2150") | |
MODULE_LICENSE ("GPL") | |
#define C2CK (1 << 1) |
Definition at line 24 of file c2port-duramar2150.c.
#define C2D (1 << 0) |
Definition at line 23 of file c2port-duramar2150.c.
#define DATA_PORT 0x325 |
Definition at line 21 of file c2port-duramar2150.c.
#define DIR_PORT 0x326 |
Definition at line 22 of file c2port-duramar2150.c.
MODULE_AUTHOR | ( | "Rodolfo Giometti <[email protected]>" | ) |
module_exit | ( | duramar2150_c2port_exit | ) |
module_init | ( | duramar2150_c2port_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |