X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FInclude%2FLibrary%2FPlatformHelperLib.h;h=cf884e1c852f2078cbadb500b6ab0073641d5d45;hp=7b4119deb990187b93c431310000c1a53fcf9cbb;hb=8ac6966704fe2d7bfa62a826da3927f860e0b241;hpb=e2d105b3022bed25fc6de6a5499cce80a4ed56f3 diff --git a/QuarkPlatformPkg/Include/Library/PlatformHelperLib.h b/QuarkPlatformPkg/Include/Library/PlatformHelperLib.h index 7b4119deb9..cf884e1c85 100644 --- a/QuarkPlatformPkg/Include/Library/PlatformHelperLib.h +++ b/QuarkPlatformPkg/Include/Library/PlatformHelperLib.h @@ -1,7 +1,7 @@ /** @file PlatformHelperLib function prototype definitions. -Copyright (c) 2013 - 2016 Intel Corporation. +Copyright (c) 2013 - 2016 Intel Corporation. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -45,20 +45,6 @@ PlatformFindFvFileRawDataSection ( OUT UINTN *SectionDataSize ); -/** - Read 8bit character from debug stream. - - Block until character is read. - - @return 8bit character read from debug stream. - -**/ -CHAR8 -EFIAPI -PlatformDebugPortGetChar8 ( - VOID - ); - /** Find free spi protect register and write to it to protect a flash region.