- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / include / xen / xen_proc.h
1
2 #ifndef __ASM_XEN_PROC_H__
3 #define __ASM_XEN_PROC_H__
4
5 #include <linux/proc_fs.h>
6
7 extern struct proc_dir_entry *create_xen_proc_entry(
8         const char *name, mode_t mode);
9 extern void remove_xen_proc_entry(
10         const char *name);
11
12 #endif /* __ASM_XEN_PROC_H__ */