QuarkPlatformPkg/PlatformHelperLib: Remove PlatformDebugPortGetChar8()
Remove the library function PlatformDebugPortGetChar8() from the PlatformHelperLib that is no longer used by any modules. Cc: Kelly Steele <kelly.steele@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user