summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-11 21:46:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-11 21:46:47 +0000
commit6094c1a4d9d34a1c9d70d8b5237fc0218b4a4ef8 (patch)
tree0bc7a4cb9b702fdf8955c02d018aebc0c59a7995 /c/src/lib/libbsp
parent2006-09-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6094c1a4d9d34a1c9d70d8b5237fc0218b4a4ef8.tar.bz2
*** empty log message ***
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386_io.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
index a59392dcac..cd81c66096 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h
+++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
@@ -1,18 +1,16 @@
/*
-/////////////////////////////////////////////////////////////////////////////
-// $Header$
-//
-// Copyright (c) 2000 - Rosimildo da Silva. All Rights Reserved.
-//
-// MODULE DESCRIPTION:
-//
-// IO Functions for the PC platform equivalent to DOS/Linux. They make
-// eaiser the porting of code from these platforms.
-//
-// by: Rosimildo da Silva: rdasilva@connecttel.com
-//
-/////////////////////////////////////////////////////////////////////////////
-*/
+ * $Id$
+ *
+ * Copyright (c) 2000 - Rosimildo da Silva. All Rights Reserved.
+ *
+ * MODULE DESCRIPTION:
+ *
+ * IO Functions for the PC platform equivalent to DOS/Linux. They make
+ * eaiser the porting of code from these platforms.
+ *
+ * by: Rosimildo da Silva: rdasilva@connecttel.com
+ *
+ */
#ifndef i386_io_h__
#define i386_io_h__