mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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)
This commit is contained in:
parent
bc9071c9f3
commit
05a950cf59
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue