aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elf.h
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-09-07 09:59:39 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-09-07 09:59:39 +0000
commit8be47dac0fc88acbf4e918cb2f83e06060d2c73d (patch)
treeeb53b85aa07f8bc00ddb96070ec8af9b5664d605 /xen/include/xen/elf.h
parentd8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095 (diff)
downloadxen-8be47dac0fc88acbf4e918cb2f83e06060d2c73d.tar.gz
xen-8be47dac0fc88acbf4e918cb2f83e06060d2c73d.tar.bz2
xen-8be47dac0fc88acbf4e918cb2f83e06060d2c73d.zip
bitkeeper revision 1.1159.1.129 (413d868bPMWkW0lZg_MuAYIrmx7XDQ)
Make writable pagetables a domain creation option.
Diffstat (limited to 'xen/include/xen/elf.h')
-rw-r--r--xen/include/xen/elf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xen/include/xen/elf.h b/xen/include/xen/elf.h
index 2abd8a2206..9e474367b7 100644
--- a/xen/include/xen/elf.h
+++ b/xen/include/xen/elf.h
@@ -525,8 +525,6 @@ typedef struct {
#endif
extern int loadelfimage(char *);
-extern int parseelfimage(
- char *, unsigned long, unsigned long *,
- unsigned long *, unsigned long *, unsigned long *);
+extern int parseelfimage(char *, unsigned long, struct domain_setup_info *);
#endif /* __XEN_ELF_H__ */