zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/fs/pstore/internal.h b/ap/os/linux/linux-3.4.x/fs/pstore/internal.h
new file mode 100644
index 0000000..3bde461
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/fs/pstore/internal.h
@@ -0,0 +1,6 @@
+extern void	pstore_set_kmsg_bytes(int);
+extern void	pstore_get_records(int);
+extern int	pstore_mkfile(enum pstore_type_id, char *psname, u64 id,
+			      char *data, size_t size,
+			      struct timespec time, struct pstore_info *psi);
+extern int	pstore_is_mounted(void);