Initial commit
This commit is contained in:
4
code/interrupthandler_def.cpp
Normal file
4
code/interrupthandler_def.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
// Excerpt from the "InterruptHandler" class definition
|
||||
public:
|
||||
virtual void plugin() = 0; // Register the handler
|
||||
virtual void trigger(const InterruptFrame &frame) = 0; // Handle an interrupt
|
||||
Reference in New Issue
Block a user