From 08a6ae86a2ddafe51fa64e8f40a4c89cd613ecfb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Oct 2012 03:08:41 +0100 Subject: [nvo] Expose non-volatile options block name Signed-off-by: Michael Brown --- src/include/ipxe/nvo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 ), -- cgit v1.2.3-55-g7522