summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 05:14:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 05:14:20 +0000
commit8ff51798d0e36c3a13dc4f53eec784b92fb0cc4f (patch)
tree28c13d8ec30f7d8d1bf77aee4d6acda751f30feb /cpukit/include/rtems/pci.h
parent2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8ff51798d0e36c3a13dc4f53eec784b92fb0cc4f.tar.bz2
New header guards.
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 */