mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 08:19:24 +08:00
15 lines
803 B
C
15 lines
803 B
C
/* generated by userspace-header-gen.py */
|
|
#include <rtems/linkersets.h>
|
|
#include "rtems-bsd-openssl-data.h"
|
|
/* opt.c */
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static OPTIONS const *opts);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static OPTIONS const *unknown);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static OPT_PAIR formats[]);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char **argv);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char *arg);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char *dunno);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char *flag);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char prog[]);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static int argc);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static int opt_index);
|