]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/Library/OemHookStatusCodeLib.h
Follow up EDKT236.
[mirror_edk2.git] / EdkModulePkg / Include / Library / OemHookStatusCodeLib.h
Content-type: text/html ]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/Library/OemHookStatusCodeLib.h


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 97.
CommitLineData
56836fe9 1\r
2/** @file\r
3 OEM hook status code library functions with no library constructor/destructor\r
4\r
5 Copyright (c) 2006, Intel Corporation\r
6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14 Module Name: OemHookStatusCodeLib.h\r
15\r
16**/\r
17\r
18#ifndef __OEM_HOOK_STATUSCODE_LIB__\r
19#define __OEM_HOOK_STATUSCODE_LIB__\r
20\r
21/**\r
22\r
23 Initialize OEM status code device .\r
24\r
a93763b7 25\r
26 @return Status of initialization of OEM status code device.\r
27 \r
56836fe9 28**/\r
a93763b7 29EFI_STATUS\r
56836fe9 30EFIAPI\r
31OemHookStatusCodeInitialize (\r
32 VOID\r
33 );\r
34\r
35/**\r
36 Report status code to OEM device.\r
37 \r
38