X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fi2o-dev.h;h=c79f39745b6dabc5805570e684a0a5840451fd8d;hp=2f1f141c362e7059b50ae88565df2ad2c0f19e8d;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/include/linux/i2o-dev.h b/include/linux/i2o-dev.h index 2f1f141c3..c79f39745 100644 --- a/include/linux/i2o-dev.h +++ b/include/linux/i2o-dev.h @@ -41,6 +41,13 @@ #define I2OHTML _IOWR(I2O_MAGIC_NUMBER,9,struct i2o_html) #define I2OEVTREG _IOW(I2O_MAGIC_NUMBER,10,struct i2o_evt_id) #define I2OEVTGET _IOR(I2O_MAGIC_NUMBER,11,struct i2o_evt_info) +#define I2OPASSTHRU _IOR(I2O_MAGIC_NUMBER,12,struct i2o_cmd_passthru) + +struct i2o_cmd_passthru +{ + unsigned int iop; /* IOP unit number */ + void *msg; /* message */ +}; struct i2o_cmd_hrtlct {