aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-12 13:45:47 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-12 13:45:47 +0100
commit88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a (patch)
tree3a6e1ce2ffb07614defaa1e978b518e1ae493b0f /xen/include/asm-x86/setup.h
parent4563b03488191fcafbb28c6212377f35c94968f1 (diff)
downloadxen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.tar.gz
xen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.tar.bz2
xen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.zip
move declarations of some required per-arch functions into common headers
... since it is pointless to have each arch declare them on their own (and now and the - see ia64 - forget to do so). Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/setup.h')
-rw-r--r--xen/include/asm-x86/setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/setup.h b/xen/include/asm-x86/setup.h
index aeabb50423..b983c97773 100644
--- a/xen/include/asm-x86/setup.h
+++ b/xen/include/asm-x86/setup.h
@@ -2,7 +2,6 @@
#define __X86_SETUP_H_
#include <xen/multiboot.h>
-#include <public/version.h>
extern bool_t early_boot;
extern unsigned long xenheap_initial_phys_start;
@@ -40,7 +39,6 @@ unsigned long initial_images_nrpages(void);
void discard_initial_images(void);
int xen_in_range(unsigned long mfn);
-void arch_get_xen_caps(xen_capabilities_info_t *info);
void microcode_grab_module(
unsigned long *, const multiboot_info_t *, void *(*)(const module_t *));