]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c
remove some comments introduced by tools.
[mirror_edk2.git] / MdePkg / Library / SerialPortLibNull / SerialPortLibNull.c
index 4782a9c2f86f7dd0012f9c4300bcf39449ef9afe..78223fcbe00c89e00ba43e4f8314e745411be393 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  SerialPortLibNull.c\r
-\r
 **/\r
 \r
-//\r
-// The package level header files this module uses\r
-//\r
-#include <FrameworkPei.h>\r
-//\r
-// The protocols, PPI and GUID defintions for this module\r
-//\r
-//\r
-// The Library classes this module consumes\r
-//\r
+\r
+#include <Base.h>\r
+\r
+\r
 #include <Library/SerialPortLib.h>\r
 \r
 /*\r
   @return    Always return EFI_UNSUPPORTED.\r
 \r
 **/\r
-EFI_STATUS\r
+RETURN_STATUS\r
 EFIAPI\r
 SerialPortInitialize (\r
   VOID\r
   )\r
 {\r
-  return EFI_UNSUPPORTED;\r
+  return RETURN_UNSUPPORTED;\r
 }\r
 \r
 /**\r