summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/cpu.h
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/libcpu/powerpc/shared/cpu.h
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/libcpu/powerpc/shared/cpu.h')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/cpu.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/cpu.h b/c/src/lib/libcpu/powerpc/shared/cpu.h
index e94ad4e555..4cfb9e3ef6 100644
--- a/c/src/lib/libcpu/powerpc/shared/cpu.h
+++ b/c/src/lib/libcpu/powerpc/shared/cpu.h
@@ -1,3 +1,20 @@
+/*
+ * cpu.h
+ *
+ * This file contains some powerpc MSR and registers access definitions.
+ *
+ * It is a stripped down version of linux ppc processor.h file...
+ *
+ * Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
+ * Canon Centre Recherche France.
+ *
+ * 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 __ASM_PPC_PROCESSOR_H
#define __ASM_PPC_PROCESSOR_H