mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-21 22:06:51 -08:00
commit
8b290ded1a
@ -11,12 +11,6 @@ enum
|
||||
SERIAL_PORT_INTERRUPT = 0x24
|
||||
};
|
||||
|
||||
struct isr_regs
|
||||
{
|
||||
// Define the structure of the isr_regs here
|
||||
// ...
|
||||
};
|
||||
|
||||
// ISR table
|
||||
void (*isr_table[256])(struct isr_regs *regs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user