]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePath.h
Fix a typo
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePath.h
index 64e74d6b003ac5626db358b18001fa9ddfc791fd..53890a667eef70bd3849c823fc53e8f5b059bc46 100644 (file)
@@ -77,9 +77,13 @@ typedef EFI_DEVICE_PATH_PROTOCOL  EFI_DEVICE_PATH;
 #define HARDWARE_DEVICE_PATH      0x01\r
 \r
 ///\r
-/// PCI Device Path\r
+/// PCI Device Path SubType\r
 ///\r
 #define HW_PCI_DP                 0x01\r
+\r
+///\r
+/// PCI Device Path\r
+///\r
 typedef struct {\r
   EFI_DEVICE_PATH_PROTOCOL        Header;\r
   ///\r
@@ -93,9 +97,13 @@ typedef struct {
 } PCI_DEVICE_PATH;\r
 \r
 ///\r
-/// PCCARD Device Path\r
+/// PCCARD Device Path SubType\r
 ///\r
 #define HW_PCCARD_DP              0x02\r
+\r
+///\r
+/// PCCARD Device Path\r
+///\r
 typedef struct {\r
   EFI_DEVICE_PATH_PROTOCOL        Header;\r
   ///\r
@@ -199,7 +207,7 @@ typedef struct {
   ///\r
   UINT32                          UID;\r
   ///\r
-  /// Device¡¯s compatible PnP hardware ID stored in a numeric\r
+  /// Device's compatible PnP hardware ID stored in a numeric\r
   /// 32-bit compressed EISA-type ID. This value must match at\r
   /// least one of the compatible device IDs returned by the\r
   /// corresponding _CID in the ACPI name space.\r
@@ -557,11 +565,11 @@ typedef struct {
   EFI_DEVICE_PATH_PROTOCOL        Header;\r
   ///\r
   /// Flags to help identify/manage InfiniBand device path elements:\r
-  /// Bit 0 ¨C IOC/Service (0b = IOC, 1b = Service)\r
-  /// Bit 1 ¨C Extend Boot Environment\r
-  /// Bit 2 ¨C Console Protocol\r
-  /// Bit 3 ¨C Storage Protocol\r
-  /// Bit 4 ¨C Network Protocol\r
+  /// Bit 0 - IOC/Service (0b = IOC, 1b = Service)\r
+  /// Bit 1 - Extend Boot Environment\r
+  /// Bit 2 - Console Protocol\r
+  /// Bit 3 - Storage Protocol\r
+  /// Bit 4 - Network Protocol\r
   /// All other bits are reserved.\r
   ///\r
   UINT32                          ResourceFlags;\r
@@ -766,15 +774,15 @@ typedef struct {
   UINT8                           Signature[16];\r
   ///\r
   /// Partition Format: (Unused values reserved)\r
-  /// 0x01 ¨C PC-AT compatible legacy MBR\r
-  /// 0x02 ¨C GUID Partition Table\r
+  /// 0x01 - PC-AT compatible legacy MBR\r
+  /// 0x02 - GUID Partition Table\r
   ///\r
   UINT8                           MBRType;\r
   ///\r
   /// Type of Disk Signature: (Unused values reserved)\r
-  /// 0x00 ¨C No Disk Signature.\r
-  /// 0x01 ¨C 32-bit signature from address 0x1b8 of the type 0x01 MBR.\r
-  /// 0x02 ¨C GUID signature.\r
+  /// 0x00 - No Disk Signature.\r
+  /// 0x01 - 32-bit signature from address 0x1b8 of the type 0x01 MBR.\r
+  /// 0x02 - GUID signature.\r
   ///\r
   UINT8                           SignatureType;\r
 } HARDDRIVE_DEVICE_PATH;\r