summaryrefslogtreecommitdiff
path: root/include/trace/stm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/stm.h')
-rw-r--r--include/trace/stm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/trace/stm.h b/include/trace/stm.h
index 72e9136c25e..3cf11143c0e 100644
--- a/include/trace/stm.h
+++ b/include/trace/stm.h
@@ -64,7 +64,10 @@ enum stm_connection_type {
STM_DEFAULT_CONNECTION = 1,
STM_STE_MODEM_ON_MIPI34_NONE_ON_MIPI60 = 2,
STM_STE_APE_ON_MIPI34_NONE_ON_MIPI60 = 3,
- STM_STE_MODEM_ON_MIPI34_APE_ON_MIPI60 = 4
+ STM_STE_MODEM_ON_MIPI34_APE_ON_MIPI60 = 4,
+ STM_STE_MODEM_ON_MICROSD = 5,
+ STM_STE_APE_ON_MICROSD = 6,
+ STM_STE_INVALID_CONNECTION = 0xff
};
#ifdef __KERNEL__