summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/stoneyridge/chip.h')
-rw-r--r--src/soc/amd/stoneyridge/chip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/chip.h b/src/soc/amd/stoneyridge/chip.h
index 9dd4997931a8..f913b055a27e 100644
--- a/src/soc/amd/stoneyridge/chip.h
+++ b/src/soc/amd/stoneyridge/chip.h
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 Advanced Micro Devices, Inc.
+ * Copyright (C) 2010-2017 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@
struct soc_amd_stoneyridge_config
{
+ u8 spdAddrLookup[1][1][2];
u32 ide0_enable : 1;
u32 sata0_enable : 1;
u32 boot_switch_sata_ide : 1;
@@ -30,4 +31,6 @@ struct soc_amd_stoneyridge_config
typedef struct soc_amd_stoneyridge_config config_t;
+extern struct device_operations pci_domain_ops;
+
#endif /* STONEYRIDGE_CHIP_H */