need help

Hans Petter Selasky hselasky at c2i.net
Sat Oct 20 10:27:34 PDT 2007


On Saturday 20 October 2007, GAURAV GUPTA wrote:
> Hi all,
>
> Can anyone explain me the functionality of this standard function.
> I am beginner in this BSD area,so cudn'n get the details clear.
>
> #define usb_init_task(t, f, a) ((t)->fun = (f), (t)->arg = (a),
> (t)->onqueue = 0)
>

The macro initialises a task structure.

--HPS


More information about the freebsd-usb mailing list