diff options
Diffstat (limited to 'i386/i386at/idt.h')
-rw-r--r-- | i386/i386at/idt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i386/i386at/idt.h b/i386/i386at/idt.h index 840bad1..1b3284f 100644 --- a/i386/i386at/idt.h +++ b/i386/i386at/idt.h @@ -34,4 +34,8 @@ #include <i386/idt-gen.h> +#ifndef __ASSEMBLER__ +extern void idt_init (void); +#endif + #endif /* _I386AT_IDT_ */ |