direct-io.hg
annotate linux-2.6-xen-sparse/include/xen/xen_proc.h @ 11509:2e6c10dc7c0b
[POWERPC][XEN] make sure put_domain() is called in case of allocate_rma() failuer
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
author | Jimi Xenidis <jimix@watson.ibm.com> |
---|---|
date | Tue Sep 12 10:53:46 2006 -0400 (2006-09-12) |
parents | 48c0f5489d44 |
children | e47738923a05 |
rev | line source |
---|---|
cl349@4087 | 1 |
cl349@4087 | 2 #ifndef __ASM_XEN_PROC_H__ |
cl349@4087 | 3 #define __ASM_XEN_PROC_H__ |
cl349@4087 | 4 |
cl349@4087 | 5 #include <linux/config.h> |
cl349@4087 | 6 #include <linux/proc_fs.h> |
cl349@4087 | 7 |
cl349@4087 | 8 extern struct proc_dir_entry *create_xen_proc_entry( |
kaf24@7123 | 9 const char *name, mode_t mode); |
cl349@4087 | 10 extern void remove_xen_proc_entry( |
kaf24@7123 | 11 const char *name); |
cl349@4087 | 12 |
cl349@4087 | 13 #endif /* __ASM_XEN_PROC_H__ */ |