include: Add TEST modem type

This commit is contained in:
Denis Kenzior 2012-11-02 14:02:26 -05:00
parent 350adab5ec
commit b73a6c4f87
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ enum ofono_modem_type {
OFONO_MODEM_TYPE_HARDWARE = 0,
OFONO_MODEM_TYPE_HFP,
OFONO_MODEM_TYPE_SAP,
OFONO_MODEM_TYPE_TEST,
};
typedef void (*ofono_modem_online_cb_t)(const struct ofono_error *error,