]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.h
ShellPkg: Display VENDOR_ID in ASCII when parsing PPTT
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.h
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
11 extern 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 **/
19 SHELL_STATUS
20 EFIAPI
21 ShellCommandRunAcpiView (
22 IN EFI_HANDLE ImageHandle,
23 IN EFI_SYSTEM_TABLE *SystemTable
24 );
25
26 #endif // UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_