]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix no ascii char
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 21 Oct 2008 18:39:04 +0000 (18:39 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 21 Oct 2008 18:39:04 +0000 (18:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6180 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/DevicePath.h

index 2103452909b21e9a96fc8d24f20f3df05b8b5310..f5df67a97f2704eb687a665fd9011ecc4a566a3a 100644 (file)
   that make up the Device Path.\r
 **/\r
 typedef struct {\r
-  UINT8 Type;       ///< 0x01 Hardware Device Path\r
-                    ///< 0x02 – ACPI Device Path\r
-                    ///< 0x03 – Messaging Device Path\r
-                    ///< 0x04 – Media Device Path\r
-                    ///< 0x05 – BIOS Boot Specification Device Path\r
-                    ///< 0x7F – End of Hardware Device Path\r
+  UINT8 Type;       ///< 0x01 Hardware Device Path\r
+                    ///< 0x02 ACPI Device Path\r
+                    ///< 0x03 Messaging Device Path\r
+                    ///< 0x04 Media Device Path\r
+                    ///< 0x05 BIOS Boot Specification Device Path\r
+                    ///< 0x7F End of Hardware Device Path\r
                     \r
   UINT8 SubType;    ///< Varies by Type\r
-                    ///< 0xFF – End Entire Device Path, or\r
-                    ///< 0x01 – End This Instance of a Device Path and start a new\r
+                    ///< 0xFF End Entire Device Path, or\r
+                    ///< 0x01 End This Instance of a Device Path and start a new\r
                     ///< Device Path\r
                     \r
   UINT8 Length[2];  ///< Specific Device Path data. Type and Sub-Type define\r