Convert Interrupt IO

This commit is contained in:
Jaby
2024-09-29 16:15:36 +02:00
parent 862fffaf11
commit 32378e4b2b
2 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#include "../ioport.hpp"
namespace JabyEngine {
namespace Interrupt_IO_Values {
__declare_io_value(Mask, uint32_t) {
};
__declare_io_value(Status, uint32_t) {
};
}
}