From fcee56c0b16536ae38f5cbb5946a458160b60dc6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 23:39:13 +0000 Subject: Patch from Eric Valette to clean up the previous submission. --- c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.c | 18 ++++++++++++++++++ c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.h | 2 ++ 2 files changed, 20 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/pci') 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 : + * + * 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 #include #include diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.h index 866e25df9a..cd25c92196 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/pci.h @@ -11,6 +11,8 @@ * PCI Local Bus Specification * PCI to PCI Bridge Specification * PCI System Design Guide + * + * $Id$ */ #ifndef RTEMS_PCI_H -- cgit v1.2.3