Print this page
NEX-5717 import QLogic 16G FC drivers
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
@@ -17,30 +17,34 @@
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
-/* Copyright 2009 QLogic Corporation */
+/* Copyright 2015 QLogic Corporation */
/*
* File Name: exioctso.h
*
* San/Device Management OS dependent Ioctl Header
*
* ***********************************************************************
* * **
* * NOTICE **
- * * COPYRIGHT (C) 2009 QLOGIC CORPORATION **
+ * * COPYRIGHT (C) 2015 QLOGIC CORPORATION **
* * ALL RIGHTS RESERVED **
* * **
* ***********************************************************************
*
*/
#ifndef _EXIOCTSO_H_
#define _EXIOCTSO_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <sys/int_types.h>
#define INT8 int8_t
#define INT16 int16_t
#define INT32 int32_t
@@ -104,9 +108,20 @@
#define EXT_CC_MENLO_MANAGE_INFO 134
#define EXT_CC_GET_VP_CNT_ID_OS 135
#define EXT_CC_VPORT_CMD_OS 136
#define EXT_CC_ACCESS_FLASH_OS 137
#define EXT_CC_RESET_FW_OS 138
+#define EXT_CC_I2C_DATA_OS 139
+#define EXT_CC_DUMP_OS 140
+#define EXT_CC_SERDES_REG_OP_OS 141
+#define EXT_CC_VF_STATE_OS 142
+#define EXT_CC_SERDES_REG_OP_EX_OS 143
+#define EXT_CC_ELS_PASSTHRU_OS 144
+#define EXT_CC_FLASH_UPDATE_CAPS_OS 145
+#define EXT_CC_GET_BBCR_DATA_OS 146
#define EXT_CC_HBA_NODE_SBUS 0x01
+#ifdef __cplusplus
+}
+#endif
#endif /* _EXIOCTSO_H_ */