]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.h
rename a file.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / Clipboard.h
CommitLineData
632820d1 1/** @file\r
2 Defines DiskImage - the view of the file that is visible at any point, \r
3 as well as the event handlers for editing the file\r
4 \r
5 Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _LIB_CLIP_BOARD_H_\r
17#define _LIB_CLIP_BOARD_H_\r
18\r
19#include "HexEditor.h"\r
20\r
21EFI_STATUS\r
22HClipBoardInit (\r
23 VOID\r
24 );\r
25EFI_STATUS\r
26HClipBoardCleanup (\r
27 VOID\r
28 );\r
29\r
30EFI_STATUS\r
31HClipBoardSet (\r
32 UINT8 *,\r
33 UINTN\r
34 );\r
35UINTN\r
36HClipBoardGet (\r
37 UINT8 **\r
38 );\r
39\r
40#endif\r