ia64/xen-unstable
changeset 2456:56bea31b70e5
bitkeeper revision 1.1159.1.135 (413e190eP4v_o8snM-gc3l9__yG40g)
Fix a compile warning.
Fix a compile warning.
author | kaf24@freefall.cl.cam.ac.uk |
---|---|
date | Tue Sep 07 20:24:46 2004 +0000 (2004-09-07) |
parents | 6e159a306c6b |
children | 1ae6a24623a9 |
files | xen/include/xen/elf.h |
line diff
1.1 --- a/xen/include/xen/elf.h Tue Sep 07 16:57:34 2004 +0000 1.2 +++ b/xen/include/xen/elf.h Tue Sep 07 20:24:46 2004 +0000 1.3 @@ -524,6 +524,7 @@ typedef struct { 1.4 #define AuxInfo Aux64Info 1.5 #endif 1.6 1.7 +struct domain_setup_info; 1.8 extern int loadelfimage(char *); 1.9 extern int parseelfimage(char *, unsigned long, struct domain_setup_info *); 1.10