]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.h
add Edit and HexEdit commands.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / MainHexEditor.h
CommitLineData
632820d1 1/** @file\r
2 Defines the Main Editor data type - \r
3 - Global variables \r
4 - Instances of the other objects of the editor\r
5 - Main Interfaces\r
6 \r
7 Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
8 This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef _LIB_EDITOR_H_\r
19#define _LIB_EDITOR_H_\r
20\r
21#include "HexEditor.h"\r
22\r
23EFI_STATUS\r
24HMainEditorInit (\r
25 VOID\r
26 );\r
27EFI_STATUS\r
28HMainEditorCleanup (\r
29 VOID\r
30 );\r
31EFI_STATUS\r
32HMainEditorRefresh (\r
33 VOID\r
34 );\r
35EFI_STATUS\r
36HMainEditorKeyInput (\r
37 VOID\r
38 );\r
39\r
40/**\r
41 Backup function for MainEditor.\r
42**/\r
43VOID\r
44EFIAPI\r
45HMainEditorBackup (\r
46 VOID\r
47 );\r
48#endif\r