diff options
Diffstat (limited to 'usr/src/uts/common/sys/fct.h')
-rw-r--r-- | usr/src/uts/common/sys/fct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/fct.h b/usr/src/uts/common/sys/fct.h index aecfb30bf9..3aceee25f4 100644 --- a/usr/src/uts/common/sys/fct.h +++ b/usr/src/uts/common/sys/fct.h @@ -197,6 +197,8 @@ typedef struct fct_dbuf_store { stmf_data_buf_t *dbuf); } fct_dbuf_store_t; +#define FCT_FCA_MODREV_1 1 + typedef struct fct_local_port { void *port_fct_private; void *port_fca_private; @@ -247,6 +249,7 @@ typedef struct fct_local_port { fct_status_t (*port_info)(uint32_t cmd, struct fct_local_port *port, void *arg, uint8_t *buf, uint32_t *bufsizep); + int port_fca_version; } fct_local_port_t; /* |