]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
Rename the PalApi.h to Pal.h.
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibGcc.c
index 69fb878888fdd532ed48ae1193ce6b767a39a694..c6cf5f72cc0d3bcbeecc2d541bb15888a1f309ee 100644 (file)
@@ -10,7 +10,7 @@
   We don't advocate putting compiler specifics in libraries or drivers but there\r
   is no other way to make this work.\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2007, Intel Corporation<BR>\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
 \r
 **/\r
 \r
-#ifdef __GNUC__\r
+//\r
+// Include common header file for this module.\r
+//\r
+#include "CommonHeader.h"\r
 \r
 /**\r
   Reads an 8-bit MMIO register.\r
@@ -383,4 +386,3 @@ IoWrite32 (
   return Value;\r
 }\r
 \r
-#endif\r