Add RIL_UNSOL_RIL_CONNECTED.

Change-Id: Id4cc2aff00ad0398f7a24e7f5a24626e5a63425a
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 074817f..73906c6 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -3623,6 +3623,16 @@
  */
 #define RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE 1033
 
+/**
+ * RIL_UNSOL_RIL_CONNECTED
+ *
+ * Called the ril connects and returns the version
+ *
+ * "data" is int *
+ * ((int *)data)[0] is RIL_VERSION
+ */
+#define RIL_UNSOL_RIL_CONNECTED 1034
+
 /***********************************************************************/