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