]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/BusSpecificDriverOverride.h
a. Fixed conversion failure for ASL style include.
[mirror_edk2.git] / MdePkg / Include / Protocol / BusSpecificDriverOverride.h
index 14d24d31c44fdf2c1d508f94c3e23263e259f0db..83a87c6711d267f23b25df664032a0aa66b03c8f 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_H_\r
 #define _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_H_\r
 \r
-//\r
-// Global ID for the Bus Specific Driver Override Protocol\r
-//\r
+///\r
+/// Global ID for the Bus Specific Driver Override Protocol\r
+///\r
 #define EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_GUID \\r
   { \\r
     0x3bc1b285, 0x8a15, 0x4a82, {0xaa, 0xbf, 0x4d, 0x7d, 0x13, 0xfb, 0x32, 0x65 } \\r
@@ -57,19 +57,11 @@ EFI_STATUS
   IN OUT EFI_HANDLE                                         *DriverImageHandle\r
   );\r
 \r
-//\r
-// Interface structure for the Bus Specific Driver Override Protocol\r
-//\r
-/**\r
-  @par Protocol Description:\r
-  This protocol matches one or more drivers to a controller. This protocol is produced by a bus driver,\r
-  and it is installed on the child handles of buses that require a bus specific algorithm for matching\r
-  drivers to controllers.\r
-\r
-  @param GetDriver\r
-  Uses a bus specific algorithm to retrieve a driver image handle for a controller.\r
\r
-**/\r
+///\r
+/// This protocol matches one or more drivers to a controller. This protocol is produced by a bus driver,\r
+/// and it is installed on the child handles of buses that require a bus specific algorithm for matching\r
+/// drivers to controllers.\r
+///\r
 struct _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL {\r
   EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_GET_DRIVER GetDriver;\r
 };\r