aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom.h
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-03-21 17:02:59 -0500
committerHollis Blanchard <hollisb@us.ibm.com>2007-03-21 17:02:59 -0500
commit06aaae8408dc2b372ab5740e0ca64cfa48a5168d (patch)
tree8a93a4760dc908639718cdf261c73abb9f94af8c /tools/libxc/xc_dom.h
parentb09b06b6de79b5bc818a27ef54ab59c3593ec3a4 (diff)
downloadxen-06aaae8408dc2b372ab5740e0ca64cfa48a5168d.tar.gz
xen-06aaae8408dc2b372ab5740e0ca64cfa48a5168d.tar.bz2
xen-06aaae8408dc2b372ab5740e0ca64cfa48a5168d.zip
[LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'tools/libxc/xc_dom.h')
-rw-r--r--tools/libxc/xc_dom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libxc/xc_dom.h b/tools/libxc/xc_dom.h
index 9e0422a4b2..c9e76b2b4a 100644
--- a/tools/libxc/xc_dom.h
+++ b/tools/libxc/xc_dom.h
@@ -253,6 +253,10 @@ static inline xen_pfn_t xc_dom_p2m_guest(struct xc_dom_image *dom,
/* --- arch bits --------------------------------------------------- */
+int arch_setup_meminit(struct xc_dom_image *dom);
+int arch_setup_bootearly(struct xc_dom_image *dom);
+int arch_setup_bootlate(struct xc_dom_image *dom);
+
/*
* Local variables:
* mode: C