Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
i2o.h File Reference

Go to the source code of this file.

Data Structures

struct  i2o_header
 
struct  i2o_message
 

Macros

#define I2O_HEADER_TEMPLATE
 
#define I2O_MESSAGE_SIZE   0x1000
 
#define I2O_COMMAND_SIZE   (I2O_MESSAGE_SIZE - sizeof(struct i2o_header))
 

Macro Definition Documentation

#define I2O_COMMAND_SIZE   (I2O_MESSAGE_SIZE - sizeof(struct i2o_header))

Definition at line 47 of file i2o.h.

#define I2O_HEADER_TEMPLATE
Value:
{ .version = 0x01, \
.message_flags = 0x00, \
.function = 0xFF, \
.initiator = 0x00, \
.initiator_and_target = 0x40, \
.target = 0x00, \
.initiator_context = 0x0 }

Definition at line 37 of file i2o.h.

#define I2O_MESSAGE_SIZE   0x1000

Definition at line 46 of file i2o.h.