]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Include/Guid/FfsSectionAlignmentPadding.h
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Include / Guid / FfsSectionAlignmentPadding.h
1 /** @file
2 Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
3
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 **/
7
8 #ifndef __FFS_SECTION_ALIGNMENT_PADDING_GUID_H__
9 #define __FFS_SECTION_ALIGNMENT_PADDING_GUID_H__
10
11 #define EFI_FFS_SECTION_ALIGNMENT_PADDING_GUID \
12 { \
13 0x04132C8D, 0x0A22, 0x4FA8, {0x82, 0x6E, 0x8B, 0xBF, 0xEF, 0xDB, 0x83, 0x6C } \
14 }
15
16 #endif