From: Geert U. <ge...@li...> - 2000-10-26 18:26:07
|
On Wed, 25 Oct 2000, Sven Ottemann wrote: > is it possibly to use the following functions in a normal programm: > request_irq, free_irq > cli, sti > save_flags, restore_flags ??? No. The usage of interrupts is limited to the kernel. You should write a device driver (module) to interface with your user program. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |