summaryrefslogtreecommitdiffstats
path: root/src/usr/nvram
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/nvram')
-rw-r--r--src/usr/nvram/nvram_interface.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/nvram/nvram_interface.C b/src/usr/nvram/nvram_interface.C
index e4bb95796..0c2049826 100644
--- a/src/usr/nvram/nvram_interface.C
+++ b/src/usr/nvram/nvram_interface.C
@@ -39,6 +39,9 @@ namespace NVRAM_TRACE
namespace NVRAM
{
+const char TEST_KEY[] = "test";
+const char SMF_MEM_AMT_KEY[] = "smf_mem_amt";
+
/*
* @brief Searches NVRAM partition for the i_key and puts the value in
* o_val. An error is returned if NVRAM can't be loaded or if
OpenPOWER on IntegriCloud