[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/lynq/lib/liblynq-protcl/include/http/lynq_msgq.h b/src/lynq/lib/liblynq-protcl/include/http/lynq_msgq.h
new file mode 100644
index 0000000..784e077
--- /dev/null
+++ b/src/lynq/lib/liblynq-protcl/include/http/lynq_msgq.h
@@ -0,0 +1,19 @@
+#ifndef _LYNQ_MSGQ_H_

+#define _LYNQ_MSGQ_H_

+

+#include <sys/msg.h>

+#include <sys/ipc.h>

+#include "liblog/liblog.h"

+#include "liblog/lynq_deflog.h"

+#include "http/lynq_http.h"

+

+struct mymesg{

+	long int mtype;

+	char mtext[512];

+};

+

+int lynq_msgq_init(char *pathname,  int create);

+int lynq_msgq_send(int queueId, struct mymesg *ckxmsg);

+

+#endif

+