Regenerate program header files

This commit is contained in:
Sebastian Huber
2018-08-28 14:15:47 +02:00
parent b2e1123733
commit b6c64e1447
56 changed files with 997 additions and 996 deletions

View File

@@ -2,6 +2,6 @@
#include <rtems/linkersets.h>
#include "rtems-bsd-ifconfig-data.h"
/* ifvlan.c */
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct vlanreq params);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd vlan_cmds[]);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch af_vlan);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd vlan_cmds[]);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct vlanreq params);