forked from Imagelibrary/rtems
@@ -35,10 +35,6 @@
|
|||||||
* @brief EVR support package.
|
* @brief EVR support package.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(RTEMS_NETWORKING)
|
|
||||||
#include <rtems/rtems_bsdnet.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
@@ -53,6 +49,8 @@ extern "C" {
|
|||||||
#define CPU_U32_FIX
|
#define CPU_U32_FIX
|
||||||
|
|
||||||
#if defined(RTEMS_NETWORKING)
|
#if defined(RTEMS_NETWORKING)
|
||||||
|
struct rtems_bsdnet_ifconfig;
|
||||||
|
|
||||||
extern int rtems_tsmac_driver_attach(struct rtems_bsdnet_ifconfig *config,
|
extern int rtems_tsmac_driver_attach(struct rtems_bsdnet_ifconfig *config,
|
||||||
int attaching);
|
int attaching);
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ extern "C" {
|
|||||||
#define CPU_U32_FIX
|
#define CPU_U32_FIX
|
||||||
|
|
||||||
#if defined(RTEMS_NETWORKING)
|
#if defined(RTEMS_NETWORKING)
|
||||||
#include <rtems/rtems_bsdnet.h>
|
|
||||||
struct rtems_bsdnet_ifconfig;
|
struct rtems_bsdnet_ifconfig;
|
||||||
extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
|
extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
|
||||||
int attaching);
|
int attaching);
|
||||||
|
|||||||
Reference in New Issue
Block a user