[Feature]Upload Modem source code
Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/interface/l1/idc/idc_emac_str.h b/mcu/interface/l1/idc/idc_emac_str.h
new file mode 100644
index 0000000..9ce3194
--- /dev/null
+++ b/mcu/interface/l1/idc/idc_emac_str.h
@@ -0,0 +1,39 @@
+#ifndef _IDC_EMAC_STR_H
+#define _IDC_EMAC_STR_H
+
+#include "kal_public_defs.h"
+#include "kal_general_types.h"
+#include "abs_time.h"
+
+#include "el1_cnst.h"
+#include "idc_emac_enum.h"
+
+typedef struct
+{
+ LOCAL_PARA_HDR
+
+ kal_uint8 ccIndex;
+ idc_protected_action_enum idc_action;
+ idc_protected_type_enum protected_type;
+} emac_idc_idc_protect_ntf_struct;
+
+typedef struct
+{
+ kal_uint8 ccIndex;
+ kal_uint32 duration;
+ kal_uint32 leadTime;
+ ABS_TICK_TIME startTime;
+}idc_emac_cell_list_struct;
+
+typedef struct
+{
+ LOCAL_PARA_HDR
+
+#ifdef __GEMINI_LTE__
+ kal_uint8 sim_index;
+#endif
+
+ idc_emac_cell_list_struct cell_list[MAX_NUM_SUPPORT_UL_CELLS];
+}idc_emac_tdm_ind_struct;
+
+#endif
\ No newline at end of file