Move ioport header
This commit is contained in:
parent
8fcfa1e1fe
commit
5292b7bf9f
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace CD_IO_Values {
|
namespace CD_IO_Values {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace DMA_IO_Values {
|
namespace DMA_IO_Values {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../../../GPU/gpu_types.hpp"
|
#include "../../../GPU/gpu_types.hpp"
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace GPU_IO_Values {
|
namespace GPU_IO_Values {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace Interrupt_IO_Values {
|
namespace Interrupt_IO_Values {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../../Auxiliary/types.hpp"
|
#include "../../../Auxiliary/types.hpp"
|
||||||
#include "../../Auxiliary/bits.hpp"
|
#include "../../../Auxiliary/bits.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace IOAdress {
|
namespace IOAdress {
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace Memory_IO_Values {
|
namespace Memory_IO_Values {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace Periphery_IO_Values {
|
namespace Periphery_IO_Values {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
#include <limits.hpp>
|
#include <limits.hpp>
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../ioport.hpp"
|
#include "ioport.hpp"
|
||||||
|
|
||||||
namespace JabyEngine {
|
namespace JabyEngine {
|
||||||
namespace Timer_IO_Values {
|
namespace Timer_IO_Values {
|
||||||
|
|
Loading…
Reference in New Issue