forked from Imagelibrary/rtems
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* network/network.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* network/network.c: Fix warning.
|
||||||
|
|
||||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* console/console.c: adapted to new prototype for *_write
|
* console/console.c: adapted to new prototype for *_write
|
||||||
|
|||||||
@@ -106,6 +106,8 @@ struct scc_softc {
|
|||||||
};
|
};
|
||||||
static struct scc_softc scc_softc[NSCCDRIVER];
|
static struct scc_softc scc_softc[NSCCDRIVER];
|
||||||
|
|
||||||
|
extern void *_RomBase; /* From linkcmds */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SCC1 interrupt handler
|
* SCC1 interrupt handler
|
||||||
*/
|
*/
|
||||||
@@ -998,7 +1000,6 @@ rtems_scc1_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching)
|
|||||||
*
|
*
|
||||||
* See start360/start360.s.
|
* See start360/start360.s.
|
||||||
*/
|
*/
|
||||||
extern void *_RomBase; /* From linkcmds */
|
|
||||||
const unsigned long *ExceptionVectors;
|
const unsigned long *ExceptionVectors;
|
||||||
const unsigned char *entryPoint;
|
const unsigned char *entryPoint;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user