From 8ff51798d0e36c3a13dc4f53eec784b92fb0cc4f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 05:14:20 +0000 Subject: New header guards. --- cpukit/include/rtems/pci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/pci.h') 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 */ -- cgit v1.2.3