⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datahub.h

📁 在efi下读取datahub的一个小程序
💻 H
字号:
//
// This file contains a 'EFI Shell Code' and is licensed as    
// such under the terms of your license agreement with Intel or
// your vendor.  This file may be modified by the user, subject
// to the additional terms of the license agreement.           
//
/*++

Copyright (c)  1999 - 2002 Intel Corporation. All rights reserved
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.


Module Name:

  DataHub.h

Abstract:

  declares interface functions

Revision History

--*/

//
//
//
#define EFI_DATAHUB_GUID \
  { 0x3d9e13db, 0xd9e4, 0x4a7b, 0x8e, 0xe6, 0x58, 0x2f, 0x4b, 0x5a, 0x4f, 0xfa }


VOID
DisplayExtendedVersionInfo (
  IN EFI_HANDLE         ImageHandle,
  IN EFI_SYSTEM_TABLE   *SystemTable
  );

//
// Global Variables
//




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -