]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/Gasket.c
Sync with ARMASM version.
[mirror_edk2.git] / UnixPkg / Sec / Gasket.c
index 30f06a24798fe8551c170af513f0b730622888c8..6c7b92fb5cc510447ab558ef144aaedb90474445 100644 (file)
@@ -1,3 +1,18 @@
+/** @file\r
+\r
+  Copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
+  \r
+  All rights reserved. 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
+\r
+  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
+**/\r
+\r
+#ifdef __APPLE__\r
 \r
 #include "SecMain.h"\r
 #include "Gasket.h"\r
@@ -416,3 +431,5 @@ GasketUgaBlt (
   return GasketUintn10Args (UgaBlt, (UINTN)UgaIo, (UINTN)BltBuffer, BltOperation, SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta);\r
 }\r
 \r
+#endif\r
+\r