I have a question that would be appropriate for a Linux Kernel list.
Does anyone know of a good one?

We have written a driver for our proprietary h/w.  The driver handles a
multitude of interrupts.  The bottom half routine calls the
corresponding "Interrupt Handler" (static void interruptHandler(void)).
I want to be able to dynamically install one of these "Interrupt
Handlers".  I want to be able to pass the "Interrupt Handler" in from
user code (after the driver has already been loaded), maybe via an IOCTL
call.

Is this possible?  Are 2 builds required, one for the "Interrupt
Handler" and one for the user code that installs it;  Or, can they be
built together (#define MODULE).

thanks for any help,


[EMAIL PROTECTED]





----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to