mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
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);
|