From 9e48a97c96816d259643b3f7d7fa97329778fdc1 Mon Sep 17 00:00:00 2001 From: Stephen Li Date: Thu, 3 Mar 2011 15:40:47 -0800 Subject: gps: Adding ip address for AGps Change-Id: I3ac752294b81e1fa69019d037d8b89563773b35e --- include/hardware/gps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hardware/gps.h') 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 @@ typedef struct { AGpsType type; AGpsStatusValue status; + uint32_t ipaddr; } AGpsStatus; /** Callback with AGPS status information. -- cgit v1.1