mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
if-atsam: Port to rtems-libbsd.
This commit is contained in:

committed by
Sebastian Huber

parent
b16eca96c3
commit
80a7fe68a1
@@ -309,6 +309,14 @@ extern "C" {
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);
|
||||
#endif /* RTEMS_BSD_DRIVER_FEC */
|
||||
|
||||
/*
|
||||
* Atmel SAMv71 Ethernet Controller (sam) driver.
|
||||
*/
|
||||
#if !defined(RTEMS_BSD_DRIVER_IF_ATSAM)
|
||||
#define RTEMS_BSD_DRIVER_IF_ATSAM \
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(if_atsam, 0, 0, NULL);
|
||||
#endif /* RTEMS_BSD_DRIVER_IF_ATSAM */
|
||||
|
||||
/*
|
||||
* Xilinx Zynq Cadence Gigbit Ethernet MAC (CGEM).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user