Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
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)