[Feature][T106]ZXW P56U09 code

Only Configure: Yes
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: No
Doc Update: No

Change-Id: I3cbd8b420271eb20c2b40ebe5c78f83059cd42f3
diff --git a/ap/libc/glibc/glibc-2.23/include/sys/gmon.h b/ap/libc/glibc/glibc-2.23/include/sys/gmon.h
new file mode 100644
index 0000000..55739cf
--- /dev/null
+++ b/ap/libc/glibc/glibc-2.23/include/sys/gmon.h
@@ -0,0 +1,15 @@
+#ifndef _SYS_GMON_H
+#include <gmon/sys/gmon.h>
+
+/* Now define the internal interfaces.  */
+
+/* Write current profiling data to file.  */
+extern void __write_profiling (void);
+extern void write_profiling (void);
+
+struct __bb;
+extern void __bb_init_func (struct __bb *bb);
+extern void __bb_exit_func (void);
+
+extern struct gmonparam _gmonparam attribute_hidden;
+#endif