summaryrefslogtreecommitdiff
path: root/board/woomax/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/woomax/board.c')
-rw-r--r--board/woomax/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/woomax/board.c b/board/woomax/board.c
index 106f21db59..f10bb227da 100644
--- a/board/woomax/board.c
+++ b/board/woomax/board.c
@@ -835,7 +835,7 @@ void hdmi_hpd_interrupt(enum gpio_signal signal)
hook_call_deferred(&hdmi_hpd_handler_data, (2 * MSEC));
}
-enum gpio_signal board_usbc_port_to_hpd_gpio(int port)
+int board_usbc_port_to_hpd_gpio_or_ioex(int port)
{
/* USB-C0 always uses USB_C0_HPD */
if (port == 0)