ql4_bsg.h 291 B

1234567891011121314
  1. /*
  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. /* BSG Vendor specific commands */
  10. #define QLISCSI_VND_READ_FLASH 1
  11. #define QLISCSI_VND_UPDATE_FLASH 2
  12. #endif