From 93be41dcc11be7d8a238db4533c01f53af2ea8b8 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Mon, 10 Jul 2017 18:01:40 -0600 Subject: soc/amd/stoneyridge: Update header guards and includes Rename the guard to better match the new directory structure. Add include files containing typedefs used in the file. Change-Id: I5fe23ce6994603b0ace99fd6ffc5f3eded2880af Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/20525 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/include/soc/northbridge.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/stoneyridge/include/soc/northbridge.h b/src/soc/amd/stoneyridge/include/soc/northbridge.h index 9ecbb13a9a..a87d66b845 100644 --- a/src/soc/amd/stoneyridge/include/soc/northbridge.h +++ b/src/soc/amd/stoneyridge/include/soc/northbridge.h @@ -13,8 +13,11 @@ * GNU General Public License for more details. */ -#ifndef NORTHBRIDGE_AMD_AGESA_FAM15H_H -#define NORTHBRIDGE_AMD_AGESA_FAM15H_H +#ifndef PI_STONEYRIDGE_NORTHBRIDGE_H +#define PI_STONEYRIDGE_NORTHBRIDGE_H + +#include +#include void cpu_bus_scan(device_t dev); void domain_enable_resources(device_t dev); @@ -23,4 +26,4 @@ void domain_set_resources(device_t dev); void fam15_finalize(void *chip_info); void setup_uma_memory(void); -#endif /* NORTHBRIDGE_AMD_AGESA_FAM15H_H */ +#endif /* PI_STONEYRIDGE_NORTHBRIDGE_H */ -- cgit v1.2.3