projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9071c
)
g_dnl: add missing declaration
author
Steve Rae
<srae@broadcom.com>
Thu, 9 Jul 2015 21:26:38 +0000
(14:26 -0700)
committer
Marek Vasut
<marex@denx.de>
Wed, 22 Jul 2015 06:57:54 +0000
(08:57 +0200)
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)
include/g_dnl.h
patch
|
blob
|
history
diff --git
a/include/g_dnl.h
b/include/g_dnl.h
index 4eeb5e40702fe97a60a32ee8f227b0097a7a5f6f..ba49f1f5cb6c3c6e381652a1d1d2daf4964e34ed 100644
(file)
--- 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);