VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/JedecJep106Lib.h@ 105681

最後變更 在這個檔案從105681是 101291,由 vboxsync 提交於 18 月 前

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 727 位元組
 
1/** @file
2 Provides JEDEC JEP-106 Manufacturer functions.
3
4 Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef JEDEC_JEP106_LIB_H_
10#define JEDEC_JEP106_LIB_H_
11
12/**
13 Looks up the JEP-106 manufacturer.
14
15 @param Code Last non-zero byte of the manufacturer's ID code.
16 @param ContinuationBytes Number of continuation bytes indicated in JEP-106.
17
18 @return The manufacturer string, or NULL if an error occurred or the
19 combination of Code and ContinuationBytes are not valid.
20
21**/
22CONST CHAR8 *
23EFIAPI
24Jep106GetManufacturerName (
25 IN UINT8 Code,
26 IN UINT8 ContinuationBytes
27 );
28
29#endif /* JEDEC_JEP106_LIB_H_ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette