aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/mm.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 18:20:03 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 18:20:03 +0100
commit25dd6e678d52e1bb70375ccb83e442414b3484c0 (patch)
treef64cd3b6d507b8058295a09ea2b5d9e64d7c0091 /xen/include/xen/mm.h
parent09087301cb02f43430c8eb6becff9bb32bc5bbd6 (diff)
downloadxen-25dd6e678d52e1bb70375ccb83e442414b3484c0.tar.gz
xen-25dd6e678d52e1bb70375ccb83e442414b3484c0.tar.bz2
xen-25dd6e678d52e1bb70375ccb83e442414b3484c0.zip
[XEN] vga code cleanups and additions for other architectures.
Based on patches from Hollis Blanchard and Alex Williamson. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/mm.h')
-rw-r--r--xen/include/xen/mm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/xen/mm.h b/xen/include/xen/mm.h
index d38fbed09e..8c9713971b 100644
--- a/xen/include/xen/mm.h
+++ b/xen/include/xen/mm.h
@@ -97,4 +97,7 @@ unsigned long avail_scrub_pages(void);
int guest_remove_page(struct domain *d, unsigned long gmfn);
+/* Returns TRUE if the memory at address @p is ordinary RAM. */
+int memory_is_conventional_ram(paddr_t p);
+
#endif /* __XEN_MM_H__ */