Refine code to follow coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -11,6 +11,8 @@
|
|||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
#ifndef _DEBUG_PRINT_ERROR_LEVEL_LIB_H_
|
||||||
|
#define _DEBUG_PRINT_ERROR_LEVEL_LIB_H_
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the debug print error level mask for the current module.
|
Returns the debug print error level mask for the current module.
|
||||||
@ -26,9 +28,11 @@ GetDebugPrintErrorLevel (
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the global debug print error level mask fpr the entire platform.
|
Sets the global debug print error level mask fpr the entire platform.
|
||||||
|
|
||||||
@retval TRUE The debug print error level mask was sucessfully set.
|
@param ErrorLevel Global debug print error level
|
||||||
@retval FALSE The debug print error level mask could not be set.
|
|
||||||
|
@retval TRUE The debug print error level mask was sucessfully set.
|
||||||
|
@retval FALSE The debug print error level mask could not be set.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
@ -36,3 +40,4 @@ EFIAPI
|
|||||||
SetDebugPrintErrorLevel (
|
SetDebugPrintErrorLevel (
|
||||||
UINT32 ErrorLevel
|
UINT32 ErrorLevel
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
|
@ -38,9 +38,11 @@ GetDebugPrintErrorLevel (
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the global debug print error level mask fpr the entire platform.
|
Sets the global debug print error level mask fpr the entire platform.
|
||||||
|
|
||||||
@retval TRUE The debug print error level mask was sucessfully set.
|
@param ErrorLevel Global debug print error level.
|
||||||
@retval FALSE The debug print error level mask could not be set.
|
|
||||||
|
@retval TRUE The debug print error level mask was sucessfully set.
|
||||||
|
@retval FALSE The debug print error level mask could not be set.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
Reference in New Issue
Block a user