]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/EmbeddedDevice.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / EmbeddedDevice.h
index c41e5b41a6a2785122e880703cc086fcec95ddbc..a999a975578f01739d3ae22b992ee52073a44612 100644 (file)
@@ -1,16 +1,16 @@
 /** @file\r
   Deal with devices that just exist in memory space.\r
-  \r
+\r
   To follow the EFI driver model you need a root handle to start with. An\r
-  EFI driver will have a driver binding protocol (Supported, Start, Stop) \r
-  that is used to layer on top of a handle via a gBS->ConnectController. \r
+  EFI driver will have a driver binding protocol (Supported, Start, Stop)\r
+  that is used to layer on top of a handle via a gBS->ConnectController.\r
   The first handle has to just be in the system to make that work. For\r
-  PCI it is a PCI Root Bridge IO protocol that provides the root. \r
-  \r
-  On an embedded system with MMIO device we need a handle to just \r
-  show up. That handle will have this protocol and a device path \r
-  protocol on it. \r
-  \r
+  PCI it is a PCI Root Bridge IO protocol that provides the root.\r
+\r
+  On an embedded system with MMIO device we need a handle to just\r
+  show up. That handle will have this protocol and a device path\r
+  protocol on it.\r
+\r
   For an ethernet device the device path must contain a MAC address device path\r
   node.\r
 \r