source:
trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/include/xen/xen_proc.h
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
File size: 258 bytes |
Line | |
---|---|
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__ */ |
Note: See TracBrowser
for help on using the repository browser.