name 2 more vars in the seeprom struct

This commit is contained in:
dhewg 2010-07-14 16:59:47 +02:00
parent 291d9f53d1
commit 1e3f943d29

View File

@ -51,8 +51,8 @@ typedef struct
{ {
union { union {
struct { struct {
u32 dunno0; // 0x2 = MS u32 ms_id;
u32 dunno1; // 0x1 = CA u32 ca_id;
u32 ng_key_id; u32 ng_key_id;
u8 ng_sig[60]; u8 ng_sig[60];
eep_ctr_t counters[2]; eep_ctr_t counters[2];