diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-23 09:31:51 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-23 09:31:51 +0000 |
commit | 4b79797eeadc83a9ce1df5efe99d1f1248bbc887 (patch) | |
tree | ab5ac86122fc38f66bd1f05158f06e80d1e662fd /EdkCompatibilityPkg/Foundation/Protocol | |
parent | 8e35b68162a77c580917b6f636f84b74dc4aed22 (diff) | |
download | edk2-platforms-4b79797eeadc83a9ce1df5efe99d1f1248bbc887.tar.xz |
1) Cleanup for GCC and ICC tool-chain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5718 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h b/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h index 315b997711..3f1d068ab1 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h @@ -1,6 +1,6 @@ /*++
-Copyright (c) 2007, Intel Corporation
+Copyright (c) 2007 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -96,7 +96,7 @@ EFI_STATUS //
// DPC Protocol structure
//
-typedef struct _EFI_DPC_PROTOCOL {
+struct _EFI_DPC_PROTOCOL {
EFI_DPC_QUEUE_DPC QueueDpc;
EFI_DPC_DISPATCH_DPC DispatchDpc;
};
|