You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
291 B
15 lines
291 B
![]()
14 years ago
|
/*
|
||
|
* QLogic iSCSI HBA Driver
|
||
|
* Copyright (c) 2011 QLogic Corporation
|
||
|
*
|
||
|
* See LICENSE.qla4xxx for copyright and licensing details.
|
||
|
*/
|
||
|
#ifndef __QL4_BSG_H
|
||
|
#define __QL4_BSG_H
|
||
|
|
||
|
/* BSG Vendor specific commands */
|
||
|
#define QLISCSI_VND_READ_FLASH 1
|
||
|
#define QLISCSI_VND_UPDATE_FLASH 2
|
||
|
|
||
|
#endif
|