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/residual/pnp.h | 4 ++++ .../libbsp/powerpc/motorola_powerpc/residual/residual.c | 15 +++++++++++++++ .../libbsp/powerpc/motorola_powerpc/residual/residual.h | 4 ++++ 3 files changed, 23 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/residual') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/pnp.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/pnp.h index a97f2631cb..beebba1b5f 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/pnp.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/pnp.h @@ -14,6 +14,10 @@ /* For enum's: if given in hex then they are bit significant, i.e. */ /* only one bit is on for each enum */ +/* + * $Id$ + */ + #ifndef _PNP_ #define _PNP_ diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c index ca0aa0fc1b..8a4ea7339e 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c @@ -1,3 +1,18 @@ +/* + * residual.c : function used to parse residual data. + * + * CopyRight (C) 1999 valette@crf.canon.fr + * + * This code is heavilly inspired by the public specification of STREAM V2 + * that can be found at : + * + * 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/residual/residual.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.h index c4734d1ccf..ab84658b47 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.h @@ -10,6 +10,10 @@ /* i.e. only one bit is on for each enum */ /* Reserved fields must be filled with zeros. */ +/* + * $Id$ + */ + #ifndef _RESIDUAL_ #define _RESIDUAL_ -- cgit v1.2.3