X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fg_dnl.h;h=ba49f1f5cb6c3c6e381652a1d1d2daf4964e34ed;hb=9ab8b0f66bb94c1193529564b114aeb34c2fea01;hp=4eeb5e40702fe97a60a32ee8f227b0097a7a5f6f;hpb=4e0114d9679173cfe8bfaffb8b4fb4bbf8cdaa10;p=karo-tx-uboot.git 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);