aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/serial.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-17 04:57:18 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-17 04:57:18 +0000
commita6657b972719a2bf6042b3a3c3c227808e6339f6 (patch)
treed67fdff26c1db43f80951a62054bc50d9bdedbc4 /xen/include/xen/serial.h
parent40b52a8455cc99469b2ad5853e6be9435fa78e95 (diff)
downloadxen-a6657b972719a2bf6042b3a3c3c227808e6339f6.tar.gz
xen-a6657b972719a2bf6042b3a3c3c227808e6339f6.tar.bz2
xen-a6657b972719a2bf6042b3a3c3c227808e6339f6.zip
bitkeeper revision 1.1214 (4214242enp-tUaPA2f1ysNS2qvLPHQ)
More serial cleanups. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/serial.h')
-rw-r--r--xen/include/xen/serial.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h
index b5f5affdb2..a0e2948e8a 100644
--- a/xen/include/xen/serial.h
+++ b/xen/include/xen/serial.h
@@ -6,9 +6,6 @@
* it permits debugging of seriously-toasted machines (e.g., in situations
* where a device driver within a guest OS would be inaccessible).
*
- * This file contains public definitions. The arch-specific header
- * contains only private hooks, and is not included from this file.
- *
* Copyright (c) 2003-2005, K A Fraser
*/
@@ -16,6 +13,7 @@
#define __XEN_SERIAL_H__
#include <asm/regs.h>
+#include <asm/serial.h>
/* 'Serial handles' are comprise the following fields. */
#define SERHND_IDX (1<<0) /* COM1 or COM2? */