summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2012-10-15 13:41:51 +0200
committerMichael Brown2012-10-15 19:32:16 +0200
commit0fd29e15b51b439f8b0714cbc20e114a9ae7e91a (patch)
tree49d237f98e0776a722e8e6cba7778d6754aeb7ef /src/include
parent[nvo] Expose non-volatile options block name (diff)
downloadipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.tar.gz
ipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.tar.xz
ipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.zip
[nvo] Expose nvo_applies()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/nvo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/nvo.h b/src/include/ipxe/nvo.h
index 36f415057..487f8b3f2 100644
--- a/src/include/ipxe/nvo.h
+++ b/src/include/ipxe/nvo.h
@@ -45,6 +45,7 @@ struct nvo_block {
/** Name of non-volatile options settings block */
#define NVO_SETTINGS_NAME "nvo"
+extern int nvo_applies ( struct settings *settings, struct setting *setting );
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 ),