From: Steve Rae Date: Thu, 9 Jul 2015 21:26:38 +0000 (-0700) Subject: g_dnl: add missing declaration X-Git-Tag: v2015.10-rc1~70^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05a950cf5947d33367d8060fca165adabb0cd970;p=u-boot g_dnl: add missing declaration Signed-off-by: Steve Rae Tested-by: Lukasz Majewski Test HW: Exynos 4210 (trats), Exynos 5422 (Odroid XU3) --- diff --git a/include/g_dnl.h b/include/g_dnl.h index 4eeb5e4070..ba49f1f5cb 100644 --- a/include/g_dnl.h +++ b/include/g_dnl.h @@ -34,6 +34,7 @@ struct g_dnl_bind_callback { }; int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *); +int g_dnl_get_board_bcd_device_number(int gcnum); int g_dnl_board_usb_cable_connected(void); int g_dnl_register(const char *s); void g_dnl_unregister(void);