summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-02 12:43:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-02 12:43:57 +0000
commitd4429a7ca2a775c0227e518c7c127ab4cb9abe7e (patch)
treed23c9d86c9471280aef5298e49f7ee5abdc655a6 /c/src/lib/libbsp/m68k/efi68k/timer/timer.c
parent2003-10-02 Phil Torre <ptorre@zetron.com> (diff)
downloadrtems-d4429a7ca2a775c0227e518c7c127ab4cb9abe7e.tar.bz2
2003-10-02 Joel Sherrill <joel@OARcorp.com>
PR 503/bsps * clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c: Do not include DP8570A.h from bsp.h but still install it. This avoids polluting the namespace.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/timer/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
index cbb57c0487..3eb81fdefb 100644
--- a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
@@ -21,6 +21,7 @@
#include <bsp.h>
+#include <DP8570A.h>
rtems_boolean Timer_driver_Find_average_overhead;