blob: 0400e1a0b6700b5c37a7637a282be9bc3e891fe4 [file] [log] [blame]
Vikas Chaudharya3559432011-07-25 13:48:51 -05001/*
2 * QLogic iSCSI HBA Driver
3 * Copyright (c) 2011 QLogic Corporation
4 *
5 * See LICENSE.qla4xxx for copyright and licensing details.
6 */
7#ifndef __QL4_BSG_H
8#define __QL4_BSG_H
9
10/* BSG Vendor specific commands */
11#define QLISCSI_VND_READ_FLASH 1
12#define QLISCSI_VND_UPDATE_FLASH 2
Harish Zunjarrao8b0402e2011-08-01 03:26:15 -070013#define QLISCSI_VND_GET_ACB_STATE 3
Vikas Chaudharya3559432011-07-25 13:48:51 -050014
15#endif