summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-commands.h
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-07-22 14:49:49 +0200
committerChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-08-02 10:21:52 +0200
commit7f86f6afc701b350eed51a897a83d608c4cf1c75 (patch)
tree4eeaacdc6831f629a27371db817c5a7209126394 /rtemsbsd/include/machine/rtems-bsd-commands.h
parentpfctl: build files. (diff)
downloadrtems-libbsd-7f86f6afc701b350eed51a897a83d608c4cf1c75.tar.bz2
pfctl: Add rtems_bsd_command_pfctl.
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-commands.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index 8fd865e8..fae847ed 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -50,6 +50,8 @@ int rtems_bsd_command_ifconfig(int argc, char **argv);
int rtems_bsd_command_netstat(int argc, char **argv);
+int rtems_bsd_command_pfctl(int argc, char **argv);
+
int rtems_bsd_command_ping(int argc, char **argv);
int rtems_bsd_command_ping6(int argc, char **argv);