]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.h
ShellPkg: Add acpiview tool to dump ACPI tables
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.h
CommitLineData
ee4dc24f
RN
1/**\r
2 Header file for 'acpiview' Shell command functions.\r
3\r
4 Copyright (c) 2016 - 2017, ARM Limited. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12**/\r
13\r
14#ifndef UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_\r
15#define UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_\r
16\r
17extern EFI_HII_HANDLE gShellAcpiViewHiiHandle;\r
18\r
19/**\r
20 Function for 'acpiview' command.\r
21\r
22 @param[in] ImageHandle Handle to the Image (NULL if Internal).\r
23 @param[in] SystemTable Pointer to the System Table (NULL if Internal).\r
24*/\r
25SHELL_STATUS\r
26EFIAPI\r
27ShellCommandRunAcpiView (\r
28 IN EFI_HANDLE ImageHandle,\r
29 IN EFI_SYSTEM_TABLE *SystemTable\r
30 );\r
31\r
32#endif // UEFI_SHELL_ACPIVIEW_COMMAND_LIB_H_\r