VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.h@ 85716

Last change on this file since 85716 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 672 bytes
Line 
1/** @file
2 Header file for 'acpiview' Shell command functions.
3
4 Copyright (c) 2016 - 2017, ARM Limited. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6**/
7
8#ifndef UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_
9#define UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_
10
11extern EFI_HII_HANDLE gShellAcpiViewHiiHandle;
12
13/**
14 Function for 'acpiview' command.
15
16 @param[in] ImageHandle Handle to the Image (NULL if Internal).
17 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
18**/
19SHELL_STATUS
20EFIAPI
21ShellCommandRunAcpiView (
22 IN EFI_HANDLE ImageHandle,
23 IN EFI_SYSTEM_TABLE *SystemTable
24 );
25
26#endif // UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_
Note: See TracBrowser for help on using the repository browser.

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