rtems-libbsd/freebsd/contrib/pf/pfctl/pfctl_osfp-data.h
2016-08-02 10:21:52 +02:00

8 lines
358 B
C

#include <rtems/linkersets.h>
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int class_count);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct name_list classes);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int fingerprint_count);
/* There is also one static buffer called "buf". But this can be ignored. See
* comment in source file. */