forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <DP8570A.h>
|
||||
|
||||
#define CLOCK_VECTOR (TCP_ISR_LEVEL+24)
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ extern "C" {
|
||||
#include <console.h>
|
||||
#include <iosupp.h>
|
||||
#include <efi68k.h>
|
||||
#include <DP8570A.h>
|
||||
#include <16550.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <DP8570A.h>
|
||||
|
||||
/* define tcp struct pointers */
|
||||
struct clock_ram * const tcp_power_up =
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
#include <DP8570A.h>
|
||||
|
||||
rtems_boolean Timer_driver_Find_average_overhead;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user