Searched refs:CAM_VERSION (Results 1 – 2 of 2) sorted by relevance
39 #define CAMIOCOMMAND _IOWR(CAM_VERSION, 2, union ccb)40 #define CAMGETPASSTHRU _IOWR(CAM_VERSION, 3, union ccb)47 #define CAMIOQUEUE _IO(CAM_VERSION, 4)48 #define CAMIOGET _IO(CAM_VERSION, 5)
593 #define CAM_VERSION 0x1a /* Hex value for current version */ macro