usb_get_busses
Name
usb_get_busses -- Return the list of USB busses found
Description
struct usb_bus *usb_get_busses
(void);
usb_get_busses
simply returns the value of the global variable usb_busses
. This was implemented for those languages that support C calling convention and can use shared libraries, but don't support C global variables (like Delphi).