Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <asm/cio.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Data Structures | |
struct | idal_buffer |
Macros | |
#define | IDA_SIZE_LOG 11 /* 11 for 2k , 12 for 4k */ |
#define | IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) |