ia64/xen-unstable
view linux-2.6-xen-sparse/include/asm-xen/xen_proc.h @ 8534:da7873110bbb
Tiny bootstrap cleanup.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Jan 09 19:46:46 2006 +0100 (2006-01-09) |
parents | 61b3b357d827 |
children |
line source
2 #ifndef __ASM_XEN_PROC_H__
3 #define __ASM_XEN_PROC_H__
5 #include <linux/config.h>
6 #include <linux/proc_fs.h>
8 extern struct proc_dir_entry *create_xen_proc_entry(
9 const char *name, mode_t mode);
10 extern void remove_xen_proc_entry(
11 const char *name);
13 #endif /* __ASM_XEN_PROC_H__ */
15 /*
16 * Local variables:
17 * c-file-style: "linux"
18 * indent-tabs-mode: t
19 * c-indent-level: 8
20 * c-basic-offset: 8
21 * tab-width: 8
22 * End:
23 */