aboutsummaryrefslogtreecommitdiff
path: root/include/fw_cfg.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-29 16:50:48 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-29 16:50:48 +0200
commit71f714aa968bf6b0fa811a59445a7fb3f9befc23 (patch)
tree3bba4dc4450682371caa1380813e71e75156a12f /include/fw_cfg.h
parent51a642f501eb8a7e7a7c5abb7d2a7766e82c2704 (diff)
downloadqboot-71f714aa968bf6b0fa811a59445a7fb3f9befc23.zip
qboot-71f714aa968bf6b0fa811a59445a7fb3f9befc23.tar.gz
qboot-71f714aa968bf6b0fa811a59445a7fb3f9befc23.tar.bz2
avoid reserved identifiers for header guards
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/fw_cfg.h')
-rw-r--r--include/fw_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fw_cfg.h b/include/fw_cfg.h
index a846812..48234f5 100644
--- a/include/fw_cfg.h
+++ b/include/fw_cfg.h
@@ -1,5 +1,5 @@
-#ifndef _FW_CFG_H
-#define _FW_CFG_H 1
+#ifndef BIOS_FW_CFG_H
+#define BIOS_FW_CFG_H 1
// List of QEMU fw_cfg entries. DO NOT ADD MORE. (All new content
// should be passed via the fw_cfg "file" interface.)