[Feature][L805-13] lynq_set_default_sim_except_data and lynq_get_default_sim for DSDS

Only Configure:No
Affected branch:DSDS
Affected module:SIM
Is it affected on both ZXIC and MTK: MTK
Self-test: Yes
Doc Update:Need

Change-Id: I863d9c6cf69b8e36a8980b178cac8e1dbbb77237
diff --git a/common_src/lib/liblynq-sim/include/lynq_sim.h b/common_src/lib/liblynq-sim/include/lynq_sim.h
index ac00626..59521b9 100755
--- a/common_src/lib/liblynq-sim/include/lynq_sim.h
+++ b/common_src/lib/liblynq-sim/include/lynq_sim.h
@@ -93,6 +93,33 @@
  */
 int lynq_set_default_sim(const int slot);
 
+#ifdef MODE_DSDS
+/**
+ * @brief get default sim card
+ * @param bitslot: sim card infomation
+ * 00(0)all in sim0
+ * 01(1)others sim0,data in sim1
+ * 10(2)others sim1,data in sim0
+ * 11(3)all in sim1
+ * @return int
+ * 0:success
+ * other:fail
+ */
+
+int lynq_get_default_sim_all(int *bit_slot);
+
+/**
+ * @brief set sim card except_data
+ * @param slot: type [IN] <slot> sim card slot
+ * @return int
+ * 0:success
+ * other:fail
+ */
+
+int lynq_set_default_sim_except_data(const int slot);
+
+#endif
+
 
 #ifdef __cplusplus
 }