summaryrefslogtreecommitdiff
path: root/util/mkelfImage/include/linuxbios_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkelfImage/include/linuxbios_tables.h')
-rw-r--r--util/mkelfImage/include/linuxbios_tables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/mkelfImage/include/linuxbios_tables.h b/util/mkelfImage/include/linuxbios_tables.h
index c324cf543a..8ee3257ee0 100644
--- a/util/mkelfImage/include/linuxbios_tables.h
+++ b/util/mkelfImage/include/linuxbios_tables.h
@@ -79,4 +79,13 @@ struct lb_hwrpb {
uint64_t hwrpb;
};
+#define LB_TAG_FORWARD 0x0011
+struct lb_forward {
+ uint32_t tag;
+ uint32_t size;
+ uint64_t forward;
+};
+
+
+
#endif /* LINUXBIOS_TABLES_H */