summaryrefslogtreecommitdiff
path: root/include/fw_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fw_context.h')
-rw-r--r--include/fw_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fw_context.h b/include/fw_context.h
index 1640859..6563d68 100644
--- a/include/fw_context.h
+++ b/include/fw_context.h
@@ -30,6 +30,9 @@
struct boot_context {
struct list_head list;
+ char boot_root[BOOT_NAME_MAXLEN];
+ char boot_nic[BOOT_NAME_MAXLEN];
+ char boot_target[BOOT_NAME_MAXLEN];
/* target settings */
int target_port;