mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 04:18:59 +00:00
@@ -35,10 +35,6 @@
|
||||
* @brief EVR support package.
|
||||
*/
|
||||
|
||||
#if defined(RTEMS_NETWORKING)
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -53,6 +49,8 @@ extern "C" {
|
||||
#define CPU_U32_FIX
|
||||
|
||||
#if defined(RTEMS_NETWORKING)
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
|
||||
extern int rtems_tsmac_driver_attach(struct rtems_bsdnet_ifconfig *config,
|
||||
int attaching);
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@ extern "C" {
|
||||
#define CPU_U32_FIX
|
||||
|
||||
#if defined(RTEMS_NETWORKING)
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
|
||||
int attaching);
|
||||
|
||||
Reference in New Issue
Block a user