3
0
Fork 0

galaxys2: gps: add magic field to AGpsRefLocationCellID struct

Change-Id: I504efe60e3a0eecd2c77950b5bc8abe97b912685
This commit is contained in:
Darius Schmidt 2013-07-14 17:45:54 +02:00 committed by Daniel Hillenbrand
parent 2d4c52900e
commit c4fed0bc8d
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ typedef struct {
uint16_t mcc;
uint16_t mnc;
uint16_t lac;
uint16_t foo; // Samsung magic
uint32_t cid;
} AGpsRefLocationCellID;