Skip to content
Snippets Groups Projects
Commit c67ecbf4 authored by Grzegorz Sluja's avatar Grzegorz Sluja Committed by George Yang
Browse files

Fix the voice-types.h in rdk branch, REF 15852

parent 7be53608
No related branches found
No related tags found
No related merge requests found
Pipeline #200764 passed
...@@ -68,6 +68,11 @@ enum call_action { ...@@ -68,6 +68,11 @@ enum call_action {
CALL_LAST CALL_LAST
}; };
typedef enum flash_spec {
FLASH_SPEC_UK = 0,
FLASH_SPEC_ETSI,
} flash_spec;
/* /*
* UBUS related definitions * UBUS related definitions
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment