mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:19:46 +08:00
9 lines
443 B
C
9 lines
443 B
C
/* generated by userspace-header-gen.py */
|
|
#include <rtems/linkersets.h>
|
|
#include "rtems-bsd-ifconfig-data.h"
|
|
/* af_link.c */
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch af_ether);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch af_link);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch af_lladdr);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct ifreq link_ridreq);
|