summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/fsp/picasso/FspGuids.h
blob: f50d94240d7157c7ee54a85a01e3d1be627c3690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __FSP_GUIDS__
#define __FSP_GUIDS__

#include <uuid.h>

#define AMD_FSP_TSEG_HOB_GUID \
		GUID_INIT(0x5fc7897a, 0x5aff, 0x4c61, \
		0xaa, 0x7a, 0xdd, 0xcf, 0xa9, 0x18, 0x43, 0x0c)

#endif /* __FSP_GUIDS__ */