forked from Imagelibrary/rtems
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c, c/src/lib/libbsp/m68k/gen68302/console/console.c, c/src/lib/libbsp/m68k/gen68302/network/network.c, c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include <rtems/m68k/m68302.h> instead of <m68302.h>.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/console/console.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/network/network.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
|
||||
<rtems/m68k/m68302.h> instead of <m68302.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include "m68302.h"
|
||||
#include <rtems/m68k/m68302.h>
|
||||
|
||||
#define CLOCK_VECTOR 137
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include "m68302.h"
|
||||
#include <rtems/m68k/m68302.h>
|
||||
|
||||
/* console_initialize
|
||||
*
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/if_ether.h>
|
||||
#include <m68302.h>
|
||||
#include <rtems/m68k/m68302.h>
|
||||
|
||||
/*
|
||||
* Number of SCCs supported by this driver
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include "m68302.h"
|
||||
#include <rtems/m68k/m68302.h>
|
||||
|
||||
|
||||
#define TMR2_VAL 0x071b /* Timer mode register
|
||||
|
||||
Reference in New Issue
Block a user