summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/Guid/ConsolePrefFormSet.h
blob: f3cca1d15dfa731fef810d58c239b2ac253cb6c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** @file
*
*  Copyright (c) 2017, Linaro Limited. All rights reserved.
*
*  This program and the accompanying materials are licensed and made available
*  under the terms and conditions of the BSD License which accompanies this
*  distribution.  The full text of the license may be found at
*  http://opensource.org/licenses/bsd-license.php
*
*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*
**/

#ifndef __CONSOLE_PREF_FORMSET_H__
#define __CONSOLE_PREF_FORMSET_H__

#define CONSOLE_PREF_FORMSET_GUID  \
  { 0x2d2358b4, 0xe96c, 0x484d, { 0xb2, 0xdd, 0x7c, 0x2e, 0xdf, 0xc7, 0xd5, 0x6f } }

extern EFI_GUID gConsolePrefFormSetGuid;

#endif