mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-31 23:03:23 +08:00
8 lines
358 B
C
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. */
|