aboutsummaryrefslogtreecommitdiff
path: root/core/test/run-pci-quirk.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/run-pci-quirk.c')
-rw-r--r--core/test/run-pci-quirk.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/test/run-pci-quirk.c b/core/test/run-pci-quirk.c
index b9db680..2f71302 100644
--- a/core/test/run-pci-quirk.c
+++ b/core/test/run-pci-quirk.c
@@ -7,6 +7,14 @@
struct dt_property;
struct dt_node;
+static struct bmc_platform fake_bmc;
+const struct bmc_platform *bmc_platform = &fake_bmc;
+
+static int ast_sio_is_enabled(void)
+{
+ return 0;
+}
+
static uint32_t ast_ahb_readl(uint32_t reg)
{
return reg;