summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2015-07-09 14:26:38 -0700
committerMarek Vasut <marex@denx.de>2015-07-22 08:57:54 +0200
commit05a950cf5947d33367d8060fca165adabb0cd970 (patch)
tree54ab3cd4e558e25787ec8435e56c21cf751715d1
parentbc9071c9f318aa69c815927b3828096d1976de1b (diff)
downloadtalos-obmc-uboot-05a950cf5947d33367d8060fca165adabb0cd970.tar.gz
talos-obmc-uboot-05a950cf5947d33367d8060fca165adabb0cd970.zip
g_dnl: add missing declaration
Signed-off-by: Steve Rae <srae@broadcom.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Test HW: Exynos 4210 (trats), Exynos 5422 (Odroid XU3)
-rw-r--r--include/g_dnl.h1
1 files changed, 1 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud