diff options
Diffstat (limited to 'board/siemens/common/factoryset.h')
| -rw-r--r-- | board/siemens/common/factoryset.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/board/siemens/common/factoryset.h b/board/siemens/common/factoryset.h index 445f3842d..4d6de10f5 100644 --- a/board/siemens/common/factoryset.h +++ b/board/siemens/common/factoryset.h @@ -18,6 +18,8 @@ struct factorysetcontainer {  #if defined(CONFIG_VIDEO)  	unsigned char disp_name[MAX_STRING_LENGTH];  #endif +	unsigned char serial[MAX_STRING_LENGTH]; +	int version;  };  int factoryset_read_eeprom(int i2c_addr); |