summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-15 13:32:34 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-15 13:32:34 +0000
commitd0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f (patch)
treebc3ee359408a01a13ffe485dc5d6295dc7db74d8 /IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
parente0e51f622aba7751dd7a8d52bcb735a0f4f03240 (diff)
downloadedk2-platforms-d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f.tar.xz
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8950 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
index 63387f8aa5..8b09e78435 100644
--- a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
+++ b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
@@ -33,14 +33,13 @@ OemHookStatusCodeInitialize (
/**
Report status code to OEM device.
- @param CodeType Indicates the type of status code being reported. Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.
+ @param CodeType Indicates the type of status code being reported.
@param Value Describes the current status of a hardware or software entity.
This includes both an operation and classification information about the class and subclass.
For progress codes, the operation is the current activity.
For error codes, it is the exception. For debug codes, it is not defined at this time.
- Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.
- Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.
+ Specific values are discussed in the Intel Platform Innovation Framework for EFI Status Code Specification.
@param Instance The enumeration of a hardware or software entity within the system.
A system may contain multiple entities that match a class/subclass pairing.