diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:23:56 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:23:56 +0000 |
commit | a4e0b060c6484fd2576fcd906a7b0d4519053c52 (patch) | |
tree | 9023c5cbc98e068bf97254efb084ac5ca886ab97 /MdePkg/Include/Protocol/Ebc.h | |
parent | 3354353d4d82fb12c073564ab41099ca75d02839 (diff) | |
download | edk2-platforms-a4e0b060c6484fd2576fcd906a7b0d4519053c52.tar.xz |
1, Fix doxygen comment for structure and macro
2, Add missing macro - EfiBltVideoToVideo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6094 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Ebc.h')
-rw-r--r-- | MdePkg/Include/Protocol/Ebc.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MdePkg/Include/Protocol/Ebc.h b/MdePkg/Include/Protocol/Ebc.h index 01b4255883..9229590e77 100644 --- a/MdePkg/Include/Protocol/Ebc.h +++ b/MdePkg/Include/Protocol/Ebc.h @@ -144,22 +144,6 @@ EFI_STATUS loaded into option ROMs. The image loader will load the EBC image, perform standard relocations,
and invoke the CreateThunk() service to create a thunk for the EBC image's entry point. The
image can then be run using the standard EFI start image services.
-
- @param CreateThunk
- Creates a thunk for an EBC image entry point or protocol service,
- and returns a pointer to the thunk.
-
- @param UnloadImage
- Called when an EBC image is unloaded to allow the interpreter to
- perform any cleanup associated with the image execution.
-
- @param RegisterICacheFlush
- Called to register a callback function that the EBC interpreter can
- call to flush the processor instruction cache after creating thunks.
-
- @param GetVersion
- Called to get the version of the associated EBC interpreter.
-
**/
struct _EFI_EBC_PROTOCOL {
EFI_EBC_CREATE_THUNK CreateThunk;
|