X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseIoLibIntrinsic%2FIoLibGcc.c;h=c28ad56624422d562209e982f07b0045007db3e3;hb=d5b86e43cf23787da85fcf862807c1f6714bfac2;hp=69fb878888fdd532ed48ae1193ce6b767a39a694;hpb=2ce311322c72857f73138c45358e722607a1e80c;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c index 69fb878888..c28ad56624 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c @@ -10,7 +10,7 @@ We don't advocate putting compiler specifics in libraries or drivers but there is no other way to make this work. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -19,11 +19,12 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: IoLibGcc.c - **/ -#ifdef __GNUC__ +// +// Include common header file for this module. +// +#include "BaseIoLibIntrinsicInternal.h" /** Reads an 8-bit MMIO register. @@ -383,4 +384,3 @@ IoWrite32 ( return Value; } -#endif