This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / xen / xen_proc.h
diff --git a/include/xen/xen_proc.h b/include/xen/xen_proc.h
new file mode 100644 (file)
index 0000000..f17d61a
--- /dev/null
@@ -0,0 +1,13 @@
+
+#ifndef __ASM_XEN_PROC_H__
+#define __ASM_XEN_PROC_H__
+
+#include <linux/config.h>
+#include <linux/proc_fs.h>
+
+extern struct proc_dir_entry *create_xen_proc_entry(
+       const char *name, mode_t mode);
+extern void remove_xen_proc_entry(
+       const char *name);
+
+#endif /* __ASM_XEN_PROC_H__ */