blob: f50d94240d7157c7ee54a85a01e3d1be627c3690 [file] [log] [blame]
Marshall Dawson74bee3c2020-02-03 16:01:10 -07001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
3
4#ifndef __FSP_GUIDS__
5#define __FSP_GUIDS__
6
7#include <uuid.h>
8
9#define AMD_FSP_TSEG_HOB_GUID \
10 GUID_INIT(0x5fc7897a, 0x5aff, 0x4c61, \
11 0xaa, 0x7a, 0xdd, 0xcf, 0xa9, 0x18, 0x43, 0x0c)
12
13#endif /* __FSP_GUIDS__ */