summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/shared/io.h')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/io.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/io.h b/c/src/lib/libcpu/powerpc/shared/io.h
index ee317b6459..7abcf40c3e 100644
--- a/c/src/lib/libcpu/powerpc/shared/io.h
+++ b/c/src/lib/libcpu/powerpc/shared/io.h
@@ -1,3 +1,20 @@
+/*
+ * io.h
+ *
+ * This file contains inline implementation of function to
+ * deal with IO.
+ *
+ * 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 _LIBCPU_IO_H_
#define _LIBCPU_IO_H_