summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/Include/Guid
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-01 03:26:19 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-01 03:26:19 +0000
commit26a76fbcb2762826523bba325400e302bf346859 (patch)
tree52a63d084937f331c0553e2b17319d947596148e /EdkCompatibilityPkg/Compatibility/Include/Guid
parenta111b843ea3cf9b48f3f06f73c6ed9b346ff16ba (diff)
downloadedk2-platforms-26a76fbcb2762826523bba325400e302bf346859.tar.xz
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
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/Include/Guid')
-rw-r--r--EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h b/EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h
index 20c37ec1c7..76deda8693 100644
--- a/EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h
+++ b/EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h
@@ -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 {