d9459c5f21
host controller implementations, start with two little functions which fake up string descriptors (which were inconststent, language table fetching didn't interoperate with other code in the tree)
5 lines
195 B
C
5 lines
195 B
C
/* $NetBSD: usbroothub_subr.h,v 1.1 2008/02/03 10:57:13 drochner Exp $ */
|
|
|
|
int usb_makestrdesc(usb_string_descriptor_t *, int, const char *);
|
|
int usb_makelangtbl(usb_string_descriptor_t *, int);
|