From b5969360d74e2b94a2858dc9ccf290df31097810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= Date: Tue, 15 Feb 2011 16:06:32 +0100 Subject: [PATCH] emulator: add HFP emulator type --- include/emulator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/emulator.h b/include/emulator.h index 99095eeb..12477f04 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -33,6 +33,7 @@ struct ofono_emulator_request; enum ofono_emulator_type { OFONO_EMULATOR_TYPE_DUN, + OFONO_EMULATOR_TYPE_HFP, }; enum ofono_emulator_request_type {