aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/dmi.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-03-09 16:31:00 +0000
committerJan Beulich <jbeulich@novell.com>2011-03-09 16:31:00 +0000
commitcba76631d1fc7b511facfca6449a0c1d5565fbf0 (patch)
tree566b375a761c58618a3cdb4e6e6d970c9760a735 /xen/include/xen/dmi.h
parent007f425ac5d2bc0b607fb4fb429ad92315f52de1 (diff)
downloadxen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.tar.gz
xen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.tar.bz2
xen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.zip
move various bits into .init.* sections
This also includes the removal of some entirely unused functions. The patch builds upon the makefile adjustments done in the earlier sent patch titled "move more kernel decompression bits to .init.* sections". Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/dmi.h')
-rw-r--r--xen/include/xen/dmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/dmi.h b/xen/include/xen/dmi.h
index c1a28c82f0..65cf2ad4e3 100644
--- a/xen/include/xen/dmi.h
+++ b/xen/include/xen/dmi.h
@@ -33,8 +33,8 @@ struct dmi_system_id {
#define DMI_MATCH(a,b) { a, b }
extern int dmi_check_system(struct dmi_system_id *list);
-extern char * dmi_get_system_info(int field);
extern void dmi_scan_machine(void);
extern int dmi_get_table(u32 *base, u32 *len);
+extern void dmi_end_boot(void);
#endif /* __DMI_H__ */