2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>

* network/xiltemac.c: Remove duplicate prototype.
This commit is contained in:
Joel Sherrill
2007-09-10 11:21:44 +00:00
parent 908d6ed9d6
commit 2dd3852208
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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*, ...);