include: add signal reporting to cdma-netreg

This commit is contained in:
Bertrand Aygon 2011-08-05 15:21:10 +02:00 committed by Denis Kenzior
parent a3b0acd813
commit 26c7c2f771
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ struct ofono_cdma_netreg_driver {
void ofono_cdma_netreg_status_notify(struct ofono_cdma_netreg *netreg,
enum cdma_netreg_status status);
void ofono_cdma_netreg_strength_notify(struct ofono_cdma_netreg *netreg,
int strength);
int ofono_cdma_netreg_driver_register(
const struct ofono_cdma_netreg_driver *d);