Hi,

On 05/01/2013 04:29 PM, longjks wrote:
> hi,
> I am working on usd driver on dde_linux.
> The function 'moudle_usb_stor_init' on dde_linux/src/lib/usb/main.cc is
> very important to me.
> How can I find the function achievement or which lib it is from?
> thanks.

The function registers the USB storage driver. The real function name is
'usb_stor_init', which can be found in
'contrib/drivers/usb/storage/usb.c'. The prototype
'module_usb_stor_init' is generated by 'module_init' macro at the very
end of the file.

Regards,

Sebastian


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to