diff options
Diffstat (limited to 'drivers/atmodem/at.h')
-rw-r--r-- | drivers/atmodem/at.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h index 6c29e004..ec7fb80c 100644 --- a/drivers/atmodem/at.h +++ b/drivers/atmodem/at.h @@ -31,6 +31,7 @@ struct at_data { struct netreg_data *netreg; struct voicecall_data *voicecall; + struct sms_data *sms; }; void decode_at_error(struct ofono_error *error, const char *final); |