forked from Imagelibrary/rtems
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign disabled.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
|
||||||
|
disabled.
|
||||||
|
|
||||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* network/support/bsp_attach.c: Include <unistd.h>.
|
* network/support/bsp_attach.c: Include <unistd.h>.
|
||||||
|
|||||||
@@ -153,7 +153,9 @@ int
|
|||||||
BSP_i2c_initialize();
|
BSP_i2c_initialize();
|
||||||
|
|
||||||
/* Networking; */
|
/* Networking; */
|
||||||
|
#if defined(RTEMS_NETWORKING)
|
||||||
#include <bsp/bsp_bsdnet_attach.h>
|
#include <bsp/bsp_bsdnet_attach.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* NOT FOR PUBLIC USE BELOW HERE */
|
/* NOT FOR PUBLIC USE BELOW HERE */
|
||||||
#define BSP_PCI_HOSE0_MEM_BASE 0x80000000 /* must be aligned to size */
|
#define BSP_PCI_HOSE0_MEM_BASE 0x80000000 /* must be aligned to size */
|
||||||
|
|||||||
Reference in New Issue
Block a user