|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/wait.h>#include <asm/io.h>#include "paride.h"Go to the source code of this file.
Macros | |
| #define | ON26_VERSION "1.04" |
| #define | j44(a, b) (((a>>4)&0x0f)|(b&0xf0)) |
| #define | P1 w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4); |
| #define | P2 w2(5);w2(7);w2(5);w2(4); |
| #define | CCP(x) |
| #define | RESET_WAIT 200 |
Functions | |
| MODULE_LICENSE ("GPL") | |
| #define CCP | ( | x | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2