summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fw_context.h b/include/fw_context.h
index d3971c4..abdff42 100644
--- a/include/fw_context.h
+++ b/include/fw_context.h
@@ -60,5 +60,6 @@ extern int fw_get_entry(struct boot_context *context);
extern void fw_print_entry(struct boot_context *context);
extern int fw_get_targets(struct list_head *list);
extern void fw_free_targets(struct list_head *list);
+extern int fw_setup_nics(void);
#endif /* FWPARAM_CONTEXT_H_ */