diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libgsmd/misc.h | 3 |
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 |