X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/cd09c4b222e4ddf45a42522563ae2471a829d1c8..48b4a227035048fdebcd32532deb7a857c6199ac:/lunaix-os/includes/arch/x86/idt.h diff --git a/lunaix-os/includes/arch/x86/idt.h b/lunaix-os/includes/arch/x86/idt.h index af0ae7d..294cb27 100644 --- a/lunaix-os/includes/arch/x86/idt.h +++ b/lunaix-os/includes/arch/x86/idt.h @@ -1,7 +1,8 @@ #ifndef __LUNAIX_IDT_H -#define __LUNAIX_IDT_H 1 +#define __LUNAIX_IDT_H #define IDT_ATTR(dpl) ((0x70 << 5) | (dpl & 3) << 13 | 1 << 15) void _init_idt(); -#endif \ No newline at end of file + +#endif /* __LUNAIX_IDT_H */ \ No newline at end of file