summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/residual/residual.c15
1 files changed, 15 insertions, 0 deletions
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 <bsp/residual.h>
#include <libcpu/io.h>
#include <libcpu/byteorder.h>