zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/drivers/xen/xenfs/xenfs.h b/ap/os/linux/linux-3.4.x/drivers/xen/xenfs/xenfs.h
new file mode 100644
index 0000000..6b80c77
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/drivers/xen/xenfs/xenfs.h
@@ -0,0 +1,7 @@
+#ifndef _XENFS_XENBUS_H
+#define _XENFS_XENBUS_H
+
+extern const struct file_operations xsd_kva_file_ops;
+extern const struct file_operations xsd_port_file_ops;
+
+#endif /* _XENFS_XENBUS_H */