summaryrefslogtreecommitdiff
path: root/Platform/96Boards/Include/Guid/FormSet.h
blob: a0475e641d6920cfa57a18751083fc84aede1307 (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) 2018, 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 __96BOARDS_FORMSET_H__
#define __96BOARDS_FORMSET_H__

#define NINETY_SIX_BOARDS_FORMSET_GUID  \
  { 0x7500c9d2, 0x9203, 0x4a37, { 0x84, 0xbb, 0x92, 0xa9, 0xce, 0x34, 0x38, 0xbd } }

extern EFI_GUID g96BoardsFormsetGuid;

#endif // __96BOARDS_FORMSET_H__