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 | KBIC_VERSION "1.01" |
#define | r12w() (delay_p,inw(pi->port+1)&0xffff) |
#define | j44(a, b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) |
#define | j53(w) (((w>>3)&0x1f)|((w>>4)&0xe0)) |
#define | CCP(x) |
Functions | |
MODULE_LICENSE ("GPL") | |
#define CCP | ( | x | ) |
MODULE_LICENSE | ( | "GPL" | ) |