include: add data strength to cdma-netreg

This commit is contained in:
Bertrand Aygon 2011-08-05 15:21:13 +02:00 committed by Denis Kenzior
parent 92d4ff44c5
commit d85290ae6a
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ 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);
void ofono_cdma_netreg_data_strength_notify(struct ofono_cdma_netreg *netreg,
int data_strength);
int ofono_cdma_netreg_driver_register(
const struct ofono_cdma_netreg_driver *d);