summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/nvo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/nvo.h b/src/include/ipxe/nvo.h
index 995afd749..36f415057 100644
--- a/src/include/ipxe/nvo.h
+++ b/src/include/ipxe/nvo.h
@@ -42,6 +42,9 @@ struct nvo_block {
struct dhcp_options dhcpopts;
};
+/** Name of non-volatile options settings block */
+#define NVO_SETTINGS_NAME "nvo"
+
extern void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs,
size_t address, size_t len,
int ( * resize ) ( struct nvo_block *nvo, size_t len ),