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
commitac7a2af14bf31b47c178247f66ed782ede3c3ca9 (patch)
treed67e2bb7bc8bf2b4e604f66c36b1a6c3214aee6d
parentb4665e562f38727482600d3be6465301f1675d27 (diff)
downloadedk2-ac7a2af14bf31b47c178247f66ed782ede3c3ca9.zip
edk2-ac7a2af14bf31b47c178247f66ed782ede3c3ca9.tar.gz
edk2-ac7a2af14bf31b47c178247f66ed782ede3c3ca9.tar.bz2
delete duplicated EFI_AP_PROCEDURE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkPkg@3107 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Include/Framework/DxeCis.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Include/Framework/DxeCis.h b/Include/Framework/DxeCis.h
index f7a6c18c..9c5a28e 100644
--- a/Include/Framework/DxeCis.h
+++ b/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