]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixSerialIoDxe/UnixSerialIo.h
2nd wave of r11105 checkin.2nd wave of r11105 checkin.
[mirror_edk2.git] / UnixPkg / UnixSerialIoDxe / UnixSerialIo.h
index d392f95e80213275cf8873c8da0897d22d5ddd5b..484a07c482c9f59414182b6236111b72d9caaf6e 100644 (file)
@@ -1,8 +1,8 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
-Portions copyright (c) 2008-2009 Apple Inc.\r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -21,20 +21,10 @@ Abstract:
 \r
 #ifndef _UNIXPKG_SERIAL_IO_\r
 #define _UNIXPKG_SERIAL_IO_\r
-#include <sys/types.h>\r
-#include <sys/stat.h>\r
-#include <stdio.h>\r
-\r
-#ifdef __APPLE__\r
-#else\r
-#include <stdlib.h>\r
-#include <termio.h>\r
-#endif\r
 \r
-#include <fcntl.h>\r
-#include <errno.h>\r
+#include <Common/UnixInclude.h>\r
 \r
-#include "Uefi.h"\r
+#include <Uefi.h>\r
 #include <Protocol/SerialIo.h>\r
 #include <Protocol/DevicePath.h>\r
 \r