forked from Bananymous/banan-os
Kernel: Move Interruptable from InterruptController.h to its own file
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <BAN/Array.h>
|
||||
#include <BAN/NoCopyMove.h>
|
||||
#include <kernel/Interruptable.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -10,8 +11,6 @@ constexpr uint8_t IRQ_VECTOR_BASE = 0x20;
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
class Interruptable;
|
||||
|
||||
struct GateDescriptor
|
||||
{
|
||||
uint16_t offset1;
|
||||
|
||||
Reference in New Issue
Block a user