diff --git a/src/drivers/ahci.h b/inc/drivers/ahci.h similarity index 100% rename from src/drivers/ahci.h rename to inc/drivers/ahci.h diff --git a/src/drivers/ahci.c b/src/drivers/ahci.c index f387a16..7facbd7 100644 --- a/src/drivers/ahci.c +++ b/src/drivers/ahci.c @@ -1,3 +1,3 @@ // This file is part of noxos and licensed under the MIT open source license -#include "ahci.h" +#include "drivers/ahci.h"