Files
2019-05-17 14:21:33 -07:00

18 lines
404 B
C

/** @file
Copyright (c) 2018, Linaro Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#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__