summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 08:20:02 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 08:20:02 +0000
commit2367a40d293501dc2b4557d0abc51b8928661d87 (patch)
tree3b15256e3947d5abaedee4f13da1f12a4be4b941
parente15fbaf473f1b7fda7a34d0158e4f6455660bee7 (diff)
downloadedk2-2367a40d293501dc2b4557d0abc51b8928661d87.zip
edk2-2367a40d293501dc2b4557d0abc51b8928661d87.tar.gz
edk2-2367a40d293501dc2b4557d0abc51b8928661d87.tar.bz2
delete duplicated EFI_AP_PROCEDURE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3107 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--IntelFrameworkPkg/Include/Framework/DxeCis.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/DxeCis.h b/IntelFrameworkPkg/Include/Framework/DxeCis.h
index f7a6c18c..9c5a28e 100644
--- a/IntelFrameworkPkg/Include/Framework/DxeCis.h
+++ b/IntelFrameworkPkg/Include/Framework/DxeCis.h
@@ -91,14 +91,4 @@ typedef struct {
} FRAMEWORK_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH;
-//
-// Function prototype for invoking a function on an Application Processor
-// Used by both the SMM infrastructure and the MP Services Protocol
-//
-typedef
-VOID
-(EFIAPI *EFI_AP_PROCEDURE) (
- IN VOID *Buffer
- );
-
#endif