summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S14
1 files changed, 10 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S b/c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S
index 4b42a80851..b18f018aea 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S
+++ b/c/src/lib/libbsp/powerpc/mcp750/console/consoleLib.S
@@ -1,11 +1,17 @@
/*
- * $Id$
- *
- * This code is loaded by the ROM loader at some arbitrary location.
- * Move it to high memory so that it can load the kernel at 0x0000.
+ * consoleLib.S -- console I/O package utility functions.
+ *
+ * Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
*
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
*/
+
/* A few utility functions, some copied from arch/ppc/lib/string.S */
+
#include <libcpu/cpu.h>
#include <rtems/score/targopts.h>
#include "asm.h"