diff mbox

[U-Boot,v2,1/4] g_dnl: add missing declaration

Message ID 1436212181-22040-2-git-send-email-srae@broadcom.com
State Superseded
Delegated to: Łukasz Majewski
Headers show

Commit Message

Steve Rae July 6, 2015, 7:49 p.m. UTC
Signed-off-by: Steve Rae <srae@broadcom.com>
---

Changes in v2: None

 include/g_dnl.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Łukasz Majewski July 7, 2015, 1:19 p.m. UTC | #1
Hi Steve,

> Signed-off-by: Steve Rae <srae@broadcom.com>
> ---
> 
> Changes in v2: None
> 
>  include/g_dnl.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/g_dnl.h b/include/g_dnl.h
> index 4eeb5e4..ba49f1f 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);

Acked-by: Lukasz Majewski <l.majewski@samsung.com>
diff mbox

Patch

diff --git a/include/g_dnl.h b/include/g_dnl.h
index 4eeb5e4..ba49f1f 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);