bsps: Remove bogus config declaration

Replace it with a proper struct rtems_bsdnet_ifconfig forward
declaration.

Close #3742.
This commit is contained in:
Sebastian Huber
2019-05-06 07:56:01 +02:00
parent b36c52097f
commit 8bd4f61c30
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ extern "C" {
/*
* Network driver configuration
*/
extern struct rtems_bsdnet_ifconfig *config;
struct rtems_bsdnet_ifconfig;
int rtems_au1x00_emac_attach(struct rtems_bsdnet_ifconfig *config,
int attaching);