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 | FRIQ_VERSION "1.01" |
#define | CMD(x) |
#define | j44(l, h) (((l>>4)&0x0f)|(h&0xf0)) |
Functions | |
MODULE_LICENSE ("GPL") | |
#define CMD | ( | x | ) |
MODULE_LICENSE | ( | "GPL" | ) |