[Feature][MD310EU][task-view-1009] Create MD310EU project code directory
Change-Id: I57cd3c474efe4493ae8a242d7e2fa643ad8ecbde
diff --git a/lynq/MD310EU/ap/app/dmp-test/util/util_string.h b/lynq/MD310EU/ap/app/dmp-test/util/util_string.h
new file mode 100755
index 0000000..a4c7660
--- /dev/null
+++ b/lynq/MD310EU/ap/app/dmp-test/util/util_string.h
@@ -0,0 +1,26 @@
+/*******************************************************************************
+* Author : author
+* Version : V1.0
+* Date : 2021-07-27
+* Description : util_string.h
+********************************************************************************/
+
+#ifndef __UTIL_STRING_H__
+#define __UTIL_STRING_H__
+
+/********************************* Include File ********************************/
+#include <stdint.h>
+
+
+/********************************* Macro Definition ****************************/
+
+
+/********************************* Type Definition *****************************/
+
+
+/********************************* Function Prototype Definition ***************/
+void util_hex2str(uint8_t *in, uint16_t in_len, char *out);
+char *util_strtok(char *str, const char *wstr);
+
+
+#endif