summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/at.h')
-rw-r--r--drivers/atmodem/at.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h
index 3cc3cb13..caa25b25 100644
--- a/drivers/atmodem/at.h
+++ b/drivers/atmodem/at.h
@@ -28,6 +28,7 @@ struct at_data {
struct netreg_data *netreg;
struct voicecall_data *voicecall;
struct sms_data *sms;
+ struct pb_data *pb;
};
void decode_at_error(struct ofono_error *error, const char *final);