summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/pci.h')
-rw-r--r--cpukit/include/rtems/pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index 1c25d8a287..054bbb622c 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -15,8 +15,8 @@
* $Id$
*/
-#ifndef RTEMS_PCI_H
-#define RTEMS_PCI_H
+#ifndef _RTEMS_PCI_H
+#define _RTEMS_PCI_H
/*
* Under PCI, each device has 256 bytes of configuration address space,
@@ -1150,4 +1150,4 @@ pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char func
extern unsigned char BusCountPCI();
extern void InitializePCI();
-#endif /* RTEMS_PCI_H */
+#endif /* _RTEMS_PCI_H */