summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/pi/00670F00/agesa_headers.h
blob: 0f49b7a91cb1fbda90ad6b7575b684be50c5d2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AGESA_HEADERS_H__
#define __AGESA_HEADERS_H__

#define AGESA_HEADERS_ARE_WRAPPED
#pragma pack(push)
#include "Porting.h"
#include "AGESA.h"
#include "AMD.h"

#include "Include/PlatformMemoryConfiguration.h"
#include "Proc/Fch/FchPlatform.h"
#pragma pack(pop)
#undef AGESA_HEADERS_ARE_WRAPPED

#endif