summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/slicetimer
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-01 07:52:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-01 07:52:00 +0000
commitff28d60b96faaa329397cf6f846154d0a47d8b4b (patch)
tree3273b012d4d064d6f559b33983eb60c28e9dea56 /c/src/lib/libbsp/powerpc/gen5200/slicetimer
parent2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ff28d60b96faaa329397cf6f846154d0a47d8b4b.tar.bz2
Cleanup CVS data.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/slicetimer')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h17
2 files changed, 0 insertions, 38 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
index 2a312a9e33..ddda1791d2 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: slicetimer.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains functions to implement a slice timer |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.7 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
index 822135ba86..916482df3c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: slicetimer.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file declares functions to use the slice timer module
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef __SLICETIMER_H__
#define __SLICETIMER_H__