commit | bc287a056561b52d3f4067c3a9a2f948635ed2c1 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood%android.com@gtempaccount.com> | Thu Jul 28 14:04:11 2011 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Jul 28 14:04:11 2011 -0700 |
tree | d95ae7f94277b3f4f631c77518fac717668b2959 | |
parent | 6f3cb7d4974996a59eeba067acd34cc3ad5d447b [diff] | |
parent | 61659b21b512a4d1e26a1843738e0486a68be36b [diff] |
am 61659b21: Merge "gps: Adding ip address for AGps" * commit '61659b21b512a4d1e26a1843738e0486a68be36b': gps: Adding ip address for AGps
diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 235c72d..89ad836 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h
@@ -467,6 +467,7 @@ AGpsType type; AGpsStatusValue status; + uint32_t ipaddr; } AGpsStatus; /** Callback with AGPS status information.