Date: Sat, 20 Oct 2007 19:27:50 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-usb@freebsd.org Subject: Re: need help Message-ID: <200710201927.51983.hselasky@c2i.net> In-Reply-To: <dc2adf190710201022r102643fg1a3d4360ab84bc7d@mail.gmail.com> References: <dc2adf190710201022r102643fg1a3d4360ab84bc7d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710201927.51983.hselasky>