]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SimpleTextInExNotify.h
Sync with MdePkg counterpart
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SimpleTextInExNotify.h
CommitLineData
346cf9ac
LG
1/** @file\r
2 This file defines Simple TextInEx Notify Guid that specify the notify handle.\r
3\r
4Copyright (c) 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _SIMPLE_TEXTIN_EX_NOTIFY__H_\r
16#define _SIMPLE_TEXTIN_EX_NOTIFY__H_\r
17\r
18#define SIMPLE_TEXTIN_EX_NOTIFY_GUID \\r
19 { \\r
20 0x856f2def, 0x4e93, 0x4d6b, {0x94, 0xce, 0x1c, 0xfe, 0x47, 0x1, 0x3e, 0xa5} \\r
21 }\r
22\r
23extern EFI_GUID gSimpleTextInExNotifyGuid;\r
24\r
25#endif\r