mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: remove unused typedef struct tagSSromReg
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
950701a127
commit
4a7f0cff05
|
@ -89,40 +89,6 @@
|
|||
|
||||
/*--------------------- Export Types ------------------------------*/
|
||||
|
||||
// AT24C02 eeprom contents
|
||||
// 2048 bits = 256 bytes = 128 words
|
||||
//
|
||||
typedef struct tagSSromReg {
|
||||
unsigned char abyPAR[6]; // 0x00 (unsigned short)
|
||||
|
||||
unsigned short wSUB_VID; // 0x03 (unsigned short)
|
||||
unsigned short wSUB_SID;
|
||||
|
||||
unsigned char byBCFG0; // 0x05 (unsigned short)
|
||||
unsigned char byBCFG1;
|
||||
|
||||
unsigned char byFCR0; // 0x06 (unsigned short)
|
||||
unsigned char byFCR1;
|
||||
unsigned char byPMC0; // 0x07 (unsigned short)
|
||||
unsigned char byPMC1;
|
||||
unsigned char byMAXLAT; // 0x08 (unsigned short)
|
||||
unsigned char byMINGNT;
|
||||
unsigned char byCFG0; // 0x09 (unsigned short)
|
||||
unsigned char byCFG1;
|
||||
unsigned short wCISPTR; // 0x0A (unsigned short)
|
||||
unsigned short wRsv0; // 0x0B (unsigned short)
|
||||
unsigned short wRsv1; // 0x0C (unsigned short)
|
||||
unsigned char byBBPAIR; // 0x0D (unsigned short)
|
||||
unsigned char byRFTYPE;
|
||||
unsigned char byMinChannel; // 0x0E (unsigned short)
|
||||
unsigned char byMaxChannel;
|
||||
unsigned char bySignature; // 0x0F (unsigned short)
|
||||
unsigned char byCheckSum;
|
||||
|
||||
unsigned char abyReserved0[96]; // 0x10 (unsigned short)
|
||||
unsigned char abyCIS[128]; // 0x80 (unsigned short)
|
||||
} SSromReg, *PSSromReg;
|
||||
|
||||
/*--------------------- Export Macros ------------------------------*/
|
||||
|
||||
/*--------------------- Export Classes ----------------------------*/
|
||||
|
|
Loading…
Reference in New Issue