aboutsummaryrefslogtreecommitdiff
path: root/include/pci.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/pci.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/pci.h')
-rw-r--r--include/pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pci.h b/include/pci.h
index 6270ac4..bb37b86 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -1,5 +1,5 @@
-#ifndef _PCI_H
-#define _PCI_H
+#ifndef BIOS_PCI_H
+#define BIOS_PCI_H
#include "ioport.h"