---
include/emulator.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/emulator.h b/include/emulator.h
index 71b7c24..e010606 100644
--- a/include/emulator.h
+++ b/include/emulator.h
@@ -42,6 +42,7 @@ struct ofono_emulator_request;
enum ofono_emulator_type {
OFONO_EMULATOR_TYPE_DUN,
OFONO_EMULATOR_TYPE_HFP,
+ OFONO_EMULATOR_TYPE_HSP,
};
enum ofono_emulator_request_type {
--
1.7.1