raw_device_command
raw_command(raw_device_info *device, raw_device_command *cmd)
raw_device_command raw;
memset(&raw, 0, sizeof(raw_device_command));
raw_command(scsi_periph_device_info *device, raw_device_command *cmd)
raw_device_command command;
raw_device_command* commandBuffer;
commandBuffer = (raw_device_command*)buffer;
raw_device_command raw_command;