summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/pi/00670F00/agesa_headers.h
blob: 2e0704b1dbcdd63589050cef25f1e0fd40ba4152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */

#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