]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.h
OvmfPkg/Bhyve: Fix various style issues
[mirror_edk2.git] / OvmfPkg / Bhyve / AcpiPlatformDxe / AcpiPlatform.h
index d30cd11a1dc9efb4d7130bda026c8bc656beff23..994ee2c7cded4ffc9f28cd90f20781e6e1147ecc 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Sample ACPI Platform Driver\r
+  bhyve ACPI Platform Driver\r
 \r
   Copyright (c) 2020, Rebecca Cran <rebecca@bsdio.com>\r
   Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
 #define _ACPI_PLATFORM_H_INCLUDED_\r
 \r
 #include <PiDxe.h>\r
-\r
 #include <Protocol/AcpiTable.h>\r
 #include <Protocol/FirmwareVolume2.h>\r
 #include <Protocol/PciIo.h>\r
-\r
 #include <Library/BaseLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/PcdLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/XenPlatformLib.h>\r
-\r
 #include <IndustryStandard/Acpi.h>\r
 \r
 typedef struct {\r
@@ -73,5 +70,4 @@ RestorePciDecoding (
   IN UINTN               Count\r
   );\r
 \r
-#endif\r
-\r
+#endif /* _ACPI_PLATFORM_H_INCLUDED_ */\r