mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 06:06:52 -08:00
Removed Redeclaration
Removed redeclaration of `isr_regs` in `isr.c`.
This commit is contained in:
parent
6d5229a0f7
commit
67fbca715d
@ -11,12 +11,6 @@ enum
|
|||||||
SERIAL_PORT_INTERRUPT = 0x24
|
SERIAL_PORT_INTERRUPT = 0x24
|
||||||
};
|
};
|
||||||
|
|
||||||
struct isr_regs
|
|
||||||
{
|
|
||||||
// Define the structure of the isr_regs here
|
|
||||||
// ...
|
|
||||||
};
|
|
||||||
|
|
||||||
// ISR table
|
// ISR table
|
||||||
void (*isr_table[256])(struct isr_regs *regs);
|
void (*isr_table[256])(struct isr_regs *regs);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user