summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-01-13 00:26:22 -0600
committerMike Christie <michaelc@cs.wisc.edu>2010-01-13 00:26:22 -0600
commitfbbd89fd4e3c44cefdc784d986d960ade41e6a38 (patch)
treef746bd7990ce18926621c7ed98cb3840185ee0d1 /include
parent39f4761231e2aa20b468cd5258785d6f56472772 (diff)
downloadopen-iscsi-fbbd89fd4e3c44cefdc784d986d960ade41e6a38.tar.gz
ibft boot: mv setup nics to fw_entry.c so iscsiadm can use it
This just mvs setup_nics to fw_entry.c so iscsiadm can use it.
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_ */