summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.c b/common/system.c
index 83baa2e5df..56fdf53155 100644
--- a/common/system.c
+++ b/common/system.c
@@ -352,6 +352,7 @@ const uint8_t *system_get_jump_tag(uint16_t tag, int *version, int *size)
#if defined(CONFIG_USB_POWER_DELIVERY) && !defined(CONFIG_USB_PD_TCPM_STUB) && \
defined(CONFIG_I2C_CONTROLLER)
+extern const struct tcpc_config_t tcpc_config[];
static void system_protect_tcpc_i2c_ports(void)
{