From 1a3a3a20773a5664c653a8aebcd10d288962285b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 2 Sep 2014 18:54:57 +0200 Subject: Improved directory structure. --- kernel/x86.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kernel/x86.h') diff --git a/kernel/x86.h b/kernel/x86.h index 345162f..96671b5 100644 --- a/kernel/x86.h +++ b/kernel/x86.h @@ -1,8 +1,7 @@ #ifndef FOOLOS_X86_H #define FOOLOS_X86_H -#include "kernel.h" - +#include "lib/int/stdint.h" // todo: cli/sti?? // http://wiki.osdev.org/Interrupt_Service_Routines -- cgit v1.2.3