Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.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__ */