vendorcode/amd/pi/00670F00: Remove unused headers
[coreboot.git] / src / vendorcode / amd / pi / 00670F00 / agesa_headers.h
blobf23f7fd39e534e332e4b666d54f7c385b0c3606b
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2017 Google, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef __AGESA_HEADERS_H__
17 #define __AGESA_HEADERS_H__
19 #define AGESA_HEADERS_ARE_WRAPPED
20 #pragma pack(push)
21 #include "Porting.h"
22 #include "AGESA.h"
23 #include "AMD.h"
25 #include "Proc/Fch/Fch.h"
26 #include "Include/Ids.h"
27 #include "Include/PlatformMemoryConfiguration.h"
28 #include "Proc/Fch/FchPlatform.h"
29 #include "Proc/Psp/PspBaseLib/PspBaseLib.h"
30 #pragma pack(pop)
31 #undef AGESA_HEADERS_ARE_WRAPPED
33 #endif