summaryrefslogtreecommitdiffstats
path: root/src/include/hci/ifmgmt_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/hci/ifmgmt_cmd.h')
-rw-r--r--src/include/hci/ifmgmt_cmd.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/hci/ifmgmt_cmd.h b/src/include/hci/ifmgmt_cmd.h
index e9c810ab..a7751cb2 100644
--- a/src/include/hci/ifmgmt_cmd.h
+++ b/src/include/hci/ifmgmt_cmd.h
@@ -21,10 +21,17 @@
FILE_LICENCE ( GPL2_OR_LATER );
+#include <ipxe/parseopt.h>
+
struct net_device;
+struct ifcommon_options {};
+
+extern struct option_descriptor ifcommon_opts[0];
+
extern int ifcommon_exec ( int argc, char **argv,
+ struct command_descriptor *cmd,
int ( * payload ) ( struct net_device * ),
- const char *verb );
+ int stop_on_first_success );
#endif /* _IFMGMT_CMD_H */