summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Ebc.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 14:23:54 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 14:23:54 +0000
commit74fec7085b01caac858ef511056e72b2b9ad5795 (patch)
treeec274b84dd4de1247c3f24c92f2ad1237ea24724 /MdePkg/Include/Protocol/Ebc.h
parent1ef3d003d641658a924fe59433c63e8f2837637a (diff)
downloadedk2-platforms-74fec7085b01caac858ef511056e72b2b9ad5795.tar.xz
Update comments for Protocol definitions to match UEFI spec.
And add the missing comments for the data structure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6635 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Ebc.h')
-rw-r--r--MdePkg/Include/Protocol/Ebc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Ebc.h b/MdePkg/Include/Protocol/Ebc.h
index b67cda97c0..a516f5439e 100644
--- a/MdePkg/Include/Protocol/Ebc.h
+++ b/MdePkg/Include/Protocol/Ebc.h
@@ -96,9 +96,8 @@ EFI_STATUS
);
/**
- This routine is called by the core firmware to provide the EBC driver with
- a function to call to flush the CPU's instruction cache following creation
- of a thunk. It is not required.
+ Registers a callback function that the EBC interpreter calls to flush
+ the processor instruction cache following creation of thunks.
@param This A pointer to the EFI_EBC_PROTOCOL instance.
@param Flush Pointer to a function of type EBC_ICACH_FLUSH.