]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Guid/BiosId.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / BiosId.h
1 /*++
2
3 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 BiosId.h
13
14 Abstract:
15
16 GUIDs used for Bios ID.
17
18 --*/
19
20 #ifndef _BIOS_ID_H_
21 #define _BIOS_ID_H_
22
23
24 #define EFI_BIOS_ID_GUID \
25 { 0xC3E36D09, 0x8294, 0x4b97, 0xA8, 0x57, 0xD5, 0x28, 0x8F, 0xE3, 0x3E, 0x28 }
26
27
28 extern EFI_GUID gEfiBiosIdGuid;
29
30 #endif