IRQs etc
Posted: Sun Aug 05, 2012 4:16 am
I cannot find the code anywhere for register_irq() or something equivalent.
I have some code to get input from a keyboard:
register_irq(1,keyboard_handler);
and I therefore need the function register_irq (I already have the function keyboard_handler set up iyw)
Any help appreciated
I have some code to get input from a keyboard:
register_irq(1,keyboard_handler);
and I therefore need the function register_irq (I already have the function keyboard_handler set up iyw)
Any help appreciated