diff options
Diffstat (limited to 'include/tsec.h')
| -rw-r--r-- | include/tsec.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/tsec.h b/include/tsec.h index 92bd028f0..f56723a15 100644 --- a/include/tsec.h +++ b/include/tsec.h @@ -457,12 +457,19 @@ typedef struct tsec_hash_regs  } tsec_hash_t;  typedef struct tsec_mdio { +	uint	res1[4]; +	uint	ieventm; +	uint	imaskm; +	uint	res2; +	uint	emapm; +	uint	res3[320];  	uint	miimcfg;	/* MII Management: Configuration */  	uint	miimcom;	/* MII Management: Command */  	uint	miimadd;	/* MII Management: Address */  	uint	miimcon;	/* MII Management: Control */  	uint	miimstat;	/* MII Management: Status */  	uint	miimind;	/* MII Management: Indicators */ +	uint	res4[690];  } tsec_mdio_t;  typedef struct tsec |