]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c
Add some comments for translator parameter
[mirror_edk2.git] / EdkModulePkg / Universal / StatusCode / Dxe / Common / DxeStatusCodeCommon.c
Content-type: text/html ]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 70.
CommitLineData
56836fe9 1/** @file\r
2 Status code driver for IA32/X64/EBC architecture.\r
3\r
4// Copyright (c) 2006, Intel Corporation. All rights reserved. \r
5// This software and associated documentation (if any) is furnished\r
6// under a license and may only be used or copied in accordance\r
7// with the terms of the license. Except as permitted by such\r
8// license, no part of this software or documentation may be\r
9// reproduced, stored in a retrieval system, or transmitted in any\r
10// form or by any means without the express written consent of\r
11// Intel Corporation.\r
12\r
13 Module Name: DxeStatusCodeCommon.c\r
14\r
15**/\r
16#include "DxeStatusCode.h"\r
17\r
18\r
19/**\r
20 Report status code to all supported device. \r
21 Calls into the workers which dispatches the platform specific\r
22 listeners. \r
23\r
24 @param Type Indicates the type of status code being reported. \r
25 The type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.\r
26 @param Value Describes the current status of a hardware or software entity. \r
27 This includes information about the class and subclass that is used to classify the entity \r
28 as well as an operation. For progress codes, the operation is the current activity. \r
29 For error codes, it is the exception. For debug codes, it is not defined at this time. \r
30