summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
commitfcee56c0b16536ae38f5cbb5946a458160b60dc6 (patch)
treeb36644b4f2198706bf41426936563f42425aae5e /c/src/lib/libbsp/powerpc/mcp750/include
parentAdded error status for bad return pointer argument on rtems_task_set_priority. (diff)
downloadrtems-fcee56c0b16536ae38f5cbb5946a458160b60dc6.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> to clean up the
previous submission.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/include')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/include/nvram.h4
2 files changed, 13 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/include/bsp.h b/c/src/lib/libbsp/powerpc/mcp750/include/bsp.h
index e8c725e048..6de6a83315 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mcp750/include/bsp.h
@@ -1,5 +1,13 @@
/*
- * empty file. Just because referenced by portable application layer.
+ * bsp.h -- contain BSP API definition.
+ *
+ * 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$
*/
#ifndef LIBBSP_POWERPC_MCP750_BSP_H
#define LIBBSP_POWERPC_MCP750_BSP_H
diff --git a/c/src/lib/libbsp/powerpc/mcp750/include/nvram.h b/c/src/lib/libbsp/powerpc/mcp750/include/nvram.h
index 1e2f9c411c..49edc54d3d 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/include/nvram.h
+++ b/c/src/lib/libbsp/powerpc/mcp750/include/nvram.h
@@ -1,5 +1,9 @@
/*
* PreP compliant NVRAM access
+ *
+ * This file can be found in motorla or IBP PPC site.
+ *
+ * $Id$
*/
#ifndef _PPC_NVRAM_H