aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-01-28 13:02:04 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-03-26 08:36:20 -0400
commit32c32508c8e8d24da67eb8cdc6a1c2972385f255 (patch)
treeb6a8f52ca17b2ed9783fceedc2004f3bc0339155
parenteb324d9724d32b9bf4b7c600d661264feae042f0 (diff)
downloadxen-32c32508c8e8d24da67eb8cdc6a1c2972385f255.tar.gz
xen-32c32508c8e8d24da67eb8cdc6a1c2972385f255.tar.bz2
xen-32c32508c8e8d24da67eb8cdc6a1c2972385f255.zip
docs: Document the dom0_vga_console_info structure.
Mark-up for inclusion of generated docs. Acked-by: Ian Campbell <ian.campbel@citrix.com> [v2: s/dom9/dom0/] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-rw-r--r--xen/include/public/xen.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index 10912290cb..73fd7e779f 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -779,7 +779,14 @@ struct xen_multiboot_mod_list
/* Unused, must be zero */
uint32_t pad;
};
-
+/*
+ * `incontents 200 startofday_dom0_console Dom0_console
+ *
+ * The console structure in start_info.console.dom0
+ *
+ * This structure includes a variety of information required to
+ * have a working VGA/VESA console.
+ */
typedef struct dom0_vga_console_info {
uint8_t video_type; /* DOM0_VGA_CONSOLE_??? */
#define XEN_VGATYPE_TEXT_MODE_3 0x03