ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
@param[in] Option Whether to print the additional information.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DisplaySELAccessMethod (
|
||||
IN CONST UINT8 Key,
|
||||
IN CONST UINT8 Option
|
||||
@ -76,7 +75,6 @@ DisplaySELAccessMethod (
|
||||
@param[in] Option Whether to print the additional information.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DisplaySELLogStatus (
|
||||
UINT8 Key,
|
||||
UINT8 Option
|
||||
@ -115,7 +113,6 @@ DisplaySELLogStatus (
|
||||
@param[in] Option Whether to print the additional information.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DisplaySysEventLogHeaderFormat (
|
||||
UINT8 Key,
|
||||
UINT8 Option
|
||||
@ -220,7 +217,6 @@ DisplaySysEventLogHeaderType1 (
|
||||
@param[in] LogHeader Format informcation.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DisplaySysEventLogHeader (
|
||||
UINT8 LogHeaderFormat,
|
||||
UINT8 *LogHeader
|
||||
@ -334,7 +330,6 @@ DisplayElVdfInfo (
|
||||
@param[in] LogAreaLength Length of the data.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DisplaySysEventLogData (
|
||||
UINT8 *LogData,
|
||||
UINT16 LogAreaLength
|
||||
|
Reference in New Issue
Block a user