[nvo] Expose non-volatile options block name

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-10-15 03:08:41 +01:00
parent 5ad445fd0b
commit 08a6ae86a2
2 changed files with 5 additions and 1 deletions

View File

@@ -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 ),