#include "irq.h"#include "initcalls.h"#include "types.h"#include "config.h"#include "vkey.h"#include "entry_frame.h"#include "globals.h"#include "kdb_ke.h"#include "pic.h"#include "receiver.h"#include "thread_state.h"#include "thread_lock.h"Go to the source code of this file.
Functions | |
| FIASCO_FASTCALL void | irq_interrupt (Mword irqnum, Mword ip) |
| Hardware interrupt entry point. | |
|
||||||||||||
|
Hardware interrupt entry point. Calls corresponding Dirq instance's Dirq::hit() method.
|
1.4.2