Hello,

In the networkconfig-qemu.h file of network demos
<https://git.rtems.org/network-demos/>, the attach function for 3c509
device is defined as:
extern int rtems_3c509_driver_attach (struct rtems_bsdnet_ifconfig *, int);

However in the source tree, it's defined as:
./c/src/lib/libbsp/i386/pc386/3c509/3c509.c:670:int
rtems_3c509_driver_attach (struct rtems_bsdnet_ifconfig *config )

This leads to a compile error for network-demos out-of-the-box. Any
comments, reviews on this?

Best Regards,
Saeed
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to