summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c
index 0f82730090..3cd4ac44d1 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c
@@ -1,3 +1,21 @@
+/*
+ * pci.c : this file contains basic PCI Io functions.
+ *
+ * CopyRight (C) 1999 valette@crf.canon.fr
+ *
+ * This code is heavilly inspired by the public specification of STREAM V2
+ * that can be found at :
+ *
+ * <http://www.chorus.com/Documentation/index.html> by following
+ * the STREAM API Specification Document link.
+ *
+ * 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$
+ */
+
#include <bsp/consoleIo.h>
#include <libcpu/io.h>
#include <bsp/pci.h>