Refactor all Zion decls into one header

This commit is contained in:
Drew Galbraith 2023-06-17 01:45:53 -07:00
parent 7dcbbd671e
commit 5e99dbf7d1
25 changed files with 111 additions and 97 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <mammoth/memory_region.h>
#include <zerrors.h>
#include <ztypes.h>
#include "ahci/ahci.h"
#include "ahci/command.h"

View file

@ -1,7 +1,7 @@
#pragma once
#include <mammoth/thread.h>
#include <zerrors.h>
#include <ztypes.h>
#include "ahci/ahci.h"
#include "ahci/ahci_device.h"

View file

@ -3,7 +3,6 @@
#include <mammoth/debug.h>
#include <mammoth/init.h>
#include <zcall.h>
#include <zinit.h>
namespace {

View file

@ -4,7 +4,6 @@
#include <mammoth/init.h>
#include <mammoth/process.h>
#include <zcall.h>
#include <zinit.h>
#include "hw/pcie.h"