Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
idals.h File Reference
#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)
 

Macro Definition Documentation

#define IDA_BLOCK_SIZE   (1L<<IDA_SIZE_LOG)

Definition at line 27 of file idals.h.

#define IDA_SIZE_LOG   11 /* 11 for 2k , 12 for 4k */

Definition at line 25 of file idals.h.