source: rtems-libbsd/freebsd/contrib/pf/pfctl/pfctl_osfp-data.h @ 4831944

4.11
Last change on this file since 4831944 was 4831944, checked in by Christian Mauderer <Christian.Mauderer@…>, on 07/05/16 at 14:31:43

pfctl: Adapt for RTEMS.

  • Property mode set to 100644
File size: 358 bytes
Line 
1#include <rtems/linkersets.h>
2
3RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int class_count);
4RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static struct name_list classes);
5RTEMS_LINKER_RWSET_CONTENT(bsd_prog_pfctl, static int fingerprint_count);
6/* There is also one static buffer called "buf". But this can be ignored. See
7 * comment in source file. */
Note: See TracBrowser for help on using the repository browser.