summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/tod
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 09:28:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 09:28:02 +0000
commitda261595f5cacf0dca44511afd9788fdbeea99d9 (patch)
tree3cc9521c7ff9342deb57c7dc3d864bf84568842a /c/src/lib/libbsp/powerpc/gen5200/tod
parent2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-da261595f5cacf0dca44511afd9788fdbeea99d9.tar.bz2
Misc include file fixes.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/tod')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
index 381c91b70b..c457b95bef 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
@@ -30,6 +30,10 @@
|*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.4 2005/12/06 14:11:12 thomas
|* added EB file headers
|*
@@ -51,7 +55,7 @@
* @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp
*/
-#include "../include/bsp.h"
+#include <bsp.h>
#include "../include/i2c.h"
#include <libchip/rtc.h>
#include "../tod/pcf8563.h"