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.
This commit is contained in:
Joel Sherrill
2003-10-02 12:43:43 +00:00
parent b7f6260906
commit fdcb86b586
5 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
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.
2003-09-15 Joel Sherrill <joel@OARcorp.com>
PR 483/bsps

View File

@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <bsp.h>
#include <rtems/libio.h>
#include <DP8570A.h>
#define CLOCK_VECTOR (TCP_ISR_LEVEL+24)

View File

@@ -26,7 +26,6 @@ extern "C" {
#include <console.h>
#include <iosupp.h>
#include <efi68k.h>
#include <DP8570A.h>
#include <16550.h>
/*

View File

@@ -17,6 +17,7 @@
*/
#include <bsp.h>
#include <DP8570A.h>
/* define tcp struct pointers */
struct clock_ram * const tcp_power_up =

View File

@@ -21,6 +21,7 @@
#include <bsp.h>
#include <DP8570A.h>
rtems_boolean Timer_driver_Find_average_overhead;