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:
Joel Sherrill
2010-05-10 14:08:33 +00:00
parent 171f8346c6
commit 348ee16f6a
2 changed files with 7 additions and 0 deletions

View File

@@ -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>
* network/support/bsp_attach.c: Include <unistd.h>.

View File

@@ -153,7 +153,9 @@ int
BSP_i2c_initialize();
/* Networking; */
#if defined(RTEMS_NETWORKING)
#include <bsp/bsp_bsdnet_attach.h>
#endif
/* NOT FOR PUBLIC USE BELOW HERE */
#define BSP_PCI_HOSE0_MEM_BASE 0x80000000 /* must be aligned to size */