summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/shared/mmu.h')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/mmu.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/mmu.h b/c/src/lib/libcpu/powerpc/shared/mmu.h
index c5056ac0e5..2fb0a3a1bb 100644
--- a/c/src/lib/libcpu/powerpc/shared/mmu.h
+++ b/c/src/lib/libcpu/powerpc/shared/mmu.h
@@ -1,5 +1,18 @@
/*
- * PowerPC memory management structures
+ * mmu.h
+ *
+ * PowerPC memory management structures
+ *
+ * It is a stripped down version of linux ppc 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 _PPC_MMU_H_