summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorerin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2008-03-18 05:43:01 +0000
committererin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2008-03-18 05:43:01 +0000
commit233f48b64d5224e97f310628400d015b4e631a03 (patch)
treed9ad15d1e8d1a5b5fac2821de4248d71d4850304 /include
parent98fd14b2b48c3387ca236d3a285158bef3597cd8 (diff)
gsmd: fixing the missing prototype (Sudharshan S)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4216 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include')
-rw-r--r--include/libgsmd/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h
index 9100260..54e2940 100644
--- a/include/libgsmd/misc.h
+++ b/include/libgsmd/misc.h
@@ -77,4 +77,7 @@ extern int lgsm_get_battery(struct lgsm_handle *lh);
/* Enable vibrator */
extern int lgsm_phone_vibrator(struct lgsm_handle *lh, int enable);
+/* Get Antenna Power status */
+extern int lgsm_get_power_status(struct lgsm_handle *lh);
+
#endif
personal git repositories of Harald Welte. Your mileage may vary