Sync trunk.
[reactos.git] / drivers / bus / pci / pcidef.h
index 75b6a49..34407c4 100644 (file)
@@ -17,8 +17,7 @@
  *    Casper S. Hornstrup (chorns@users.sourceforge.net)
  */
 
-#ifndef _PCIDEF_H
-#define _PCIDEF_H
+#pragma once
 
 /*
  * Under PCI, each device has 256 bytes of configuration address space,
 #define PCI_NUM_RESOURCES 11
 
 #define PCI_REGION_FLAG_MASK 0x0f      /* These bits of resource flags tell us the PCI region flags */
-
-#endif /* _PCIDEF_H */