]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciIo.h
Use doxygen comment style for document entity such as struct, enum, variable that...
[mirror_edk2.git] / MdePkg / Include / Protocol / PciIo.h
index 09d0ea7773b0d0a939e70e65f5da02e4c459f37b..286d42309934ac096f1fbe21b07fc489d6dd5178 100644 (file)
@@ -16,9 +16,9 @@
 #ifndef __PCI_IO_H__\r
 #define __PCI_IO_H__\r
 \r
-//\r
-// Global ID for the PCI I/O Protocol\r
-//\r
+///\r
+/// Global ID for the PCI I/O Protocol\r
+///\r
 #define EFI_PCI_IO_PROTOCOL_GUID \\r
   { \\r
     0x4cf5b200, 0x68b8, 0x4ca5, {0x9e, 0xec, 0xb2, 0x3e, 0x3f, 0x50, 0x2, 0x9a } \\r
@@ -26,9 +26,9 @@
 \r
 typedef struct _EFI_PCI_IO_PROTOCOL  EFI_PCI_IO_PROTOCOL;\r
 \r
-//\r
-// Prototypes for the PCI I/O Protocol\r
-//\r
+///\r
+/// Prototypes for the PCI I/O Protocol\r
+///\r
 typedef enum {\r
   EfiPciIoWidthUint8      = 0,\r
   EfiPciIoWidthUint16,\r
@@ -73,11 +73,11 @@ typedef enum {
 #define EFI_PCI_DEVICE_ENABLE                     (EFI_PCI_IO_ATTRIBUTE_IO | EFI_PCI_IO_ATTRIBUTE_MEMORY | EFI_PCI_IO_ATTRIBUTE_BUS_MASTER)\r
 #define EFI_VGA_DEVICE_ENABLE                     (EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO | EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY | EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_IO)\r
 \r
-//\r
-// *******************************************************\r
-// EFI_PCI_IO_PROTOCOL_OPERATION\r
-// *******************************************************\r
-//\r
+///\r
+/// *******************************************************\r
+/// EFI_PCI_IO_PROTOCOL_OPERATION\r
+/// *******************************************************\r
+///\r
 typedef enum {\r
   EfiPciIoOperationBusMasterRead,\r
   EfiPciIoOperationBusMasterWrite,\r
@@ -85,11 +85,11 @@ typedef enum {
   EfiPciIoOperationMaximum\r
 } EFI_PCI_IO_PROTOCOL_OPERATION;\r
 \r
-//\r
-// *******************************************************\r
-// EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION\r
-// *******************************************************\r
-//\r
+///\r
+/// *******************************************************\r
+/// EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION\r
+/// *******************************************************\r
+///\r
 typedef enum {\r
   EfiPciIoAttributeOperationGet,\r
   EfiPciIoAttributeOperationSet,\r