From fbbd89fd4e3c44cefdc784d986d960ade41e6a38 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Wed, 13 Jan 2010 00:26:22 -0600 Subject: 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. --- include/fw_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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_ */ -- cgit v1.2.1