mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 13:15:07 -07:00
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user