aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/serial.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-28 14:04:13 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-28 14:04:13 +0000
commit162dad1cfbdb556a6d9d35d98e2c79d899adea9c (patch)
tree34f8af3c00d6ae89a1aeca46f10cee2735f4f9fe /xen/include/xen/serial.h
parentb9cd4450f8a869d848db2a4d73608100eea02492 (diff)
downloadxen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.tar.gz
xen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.tar.bz2
xen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.zip
bitkeeper revision 1.1389.1.2 (4270ed5dZvr_HdIQR0eBM2m4Kj81_A)
Renames: execution_context/xen_regs -> cpu_user_regs full_execution_context -> vcpu_guest_context [defined both 'struct xxx' and 'xxx_t' forms] Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/serial.h')
-rw-r--r--xen/include/xen/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h
index 4d33ddb17b..01e5236dd5 100644
--- a/xen/include/xen/serial.h
+++ b/xen/include/xen/serial.h
@@ -28,7 +28,7 @@ void serial_init_stage2(void);
int parse_serial_handle(char *conf);
/* Register a character-receive hook on the specified COM port. */
-typedef void (*serial_rx_fn)(unsigned char, struct xen_regs *);
+typedef void (*serial_rx_fn)(unsigned char, struct cpu_user_regs *);
void serial_set_rx_handler(int handle, serial_rx_fn fn);
/* Transmit a single character via the specified COM port. */