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-16 15:48:27 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-16 15:48:27 +0000
commit487d27be080b56595dd823a0f4b108b0be79b269 (patch)
treec24cab7bc47e11be9a1e880dcd8fe0c3fe56189d /xen/include/xen/serial.h
parent3ad3804b99e8b88a4a15721d711b9f7d070b3f6f (diff)
downloadxen-487d27be080b56595dd823a0f4b108b0be79b269.tar.gz
xen-487d27be080b56595dd823a0f4b108b0be79b269.tar.bz2
xen-487d27be080b56595dd823a0f4b108b0be79b269.zip
bitkeeper revision 1.1212 (42136b4bPyYaGldMQjQcAZc9eqgGww)
Clean up serial-line code. Pull out arch-dep to asm header file. Signed-off-by: Arun Sharma <arun.sharma@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/serial.h')
-rw-r--r--xen/include/xen/serial.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h
index 5c40db3e7d..b5f5affdb2 100644
--- a/xen/include/xen/serial.h
+++ b/xen/include/xen/serial.h
@@ -1,3 +1,4 @@
+/* -*- Mode:C; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
/******************************************************************************
* serial.h
*
@@ -5,7 +6,10 @@
* it permits debugging of seriously-toasted machines (e.g., in situations
* where a device driver within a guest OS would be inaccessible).
*
- * Copyright (c) 2003-2004, K A Fraser
+ * 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
*/
#ifndef __XEN_SERIAL_H__