Update code to match EDKII coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10130 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -65,12 +65,12 @@ typedef union {
|
||||
} SMMBASE_FUNCTION_ARGS;
|
||||
|
||||
typedef enum {
|
||||
SMMBASE_REGISTER,
|
||||
SMMBASE_UNREGISTER,
|
||||
SMMBASE_REGISTER_CALLBACK,
|
||||
SMMBASE_ALLOCATE_POOL,
|
||||
SMMBASE_FREE_POOL,
|
||||
SMMBASE_COMMUNICATE,
|
||||
SmmBaseFunctionRegister,
|
||||
SmmBaseFunctionUnregister,
|
||||
SmmBaseFunctionRegisterCallback,
|
||||
SmmBaseFunctionAllocatePool,
|
||||
SmmBaseFunctionFreePool,
|
||||
SmmBaseFunctionCommunicate
|
||||
} SMMBASE_FUNCTION;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user