[PCI]: Add the PCI_ENABLE_BRIDGE definitions that can be present in PCI_COMMON_CONFIG...
[reactos.git] / reactos / ntoskrnl / include / internal / pci.h
index 3dae7d6..cba5dc5 100644 (file)
@@ -5,8 +5,8 @@
  * PURPOSE:         Internal header for PCI Support
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
  */
-#ifndef _PCI_
-#define _PCI_
+
+#pragma once
 
 //
 // PCI Type 1 Ports
@@ -86,7 +86,7 @@ typedef struct _PCI_REGISTRY_INFO
 {
     UCHAR MajorRevision;
     UCHAR MinorRevision;
-    UCHAR NoBuses;
+    UCHAR NoBuses; // Number Of Buses
     UCHAR HardwareMechanism;
 } PCI_REGISTRY_INFO, *PPCI_REGISTRY_INFO;
 
@@ -103,5 +103,3 @@ typedef struct _PCI_CARD_DESCRIPTOR
     USHORT SubsystemID;
     USHORT Reserved;
 } PCI_CARD_DESCRIPTOR, *PPCI_CARD_DESCRIPTOR;
-
-#endif