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,8 +2,8 @@
#include <rtems/linkersets.h>
#include "rtems-bsd-ifconfig-data.h"
/* ifconfig.c */
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct option *opts);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct afswtch *afs);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd *cmds);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct callback *callbacks);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd *cmds);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct cmd basic_cmds[]);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_ifconfig, static struct option *opts);