aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nvram.h (renamed from include/nvram-format.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nvram-format.h b/include/nvram.h
index d7432a7..ce33d2f 100644
--- a/include/nvram-format.h
+++ b/include/nvram.h
@@ -14,10 +14,10 @@
* limitations under the License.
*/
-#ifndef __NVRAM_FORMAT_H
-#define __NVRAM_FORMAT_H
+#ifndef __NVRAM_H
+#define __NVRAM_H
int nvram_format(void *nvram_image, uint32_t nvram_size);
int nvram_check(void *nvram_image, uint32_t nvram_size);
-#endif /* __NVRAM_FORMAT_H */
+#endif /* __NVRAM_H */