forked from Imagelibrary/rtems
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* network/xiltemac.c: Remove duplicate prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* network/xiltemac.c: Remove duplicate prototype.
|
||||||
|
|
||||||
2007-08-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2007-08-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
* network/xiltemac.c:
|
* network/xiltemac.c:
|
||||||
applied patch from Robert Grimes to correctly set the link speed
|
applied patch from Robert Grimes to correctly set the link speed
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/rtems_bsdnet.h>
|
#include <rtems/rtems_bsdnet.h>
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@@ -45,8 +46,6 @@
|
|||||||
#define OUT32(aPtr, aValue) (*((volatile uint32_t *)(aPtr)) = (uint32_t)aValue)
|
#define OUT32(aPtr, aValue) (*((volatile uint32_t *)(aPtr)) = (uint32_t)aValue)
|
||||||
#define NUM_XILTEMAC_UNITS 2
|
#define NUM_XILTEMAC_UNITS 2
|
||||||
|
|
||||||
extern void printk(char*, ...);
|
|
||||||
|
|
||||||
/* Why isn't this defined in stdio.h like it's supposed to be? */
|
/* Why isn't this defined in stdio.h like it's supposed to be? */
|
||||||
extern int snprintf(char*, size_t, const char*, ...);
|
extern int snprintf(char*, size_t, const char*, ...);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user