This commit is contained in:
Jaby
2024-09-29 17:27:23 +02:00
committed by Jaby
parent 3217bbc09b
commit 9647aae2e8
18 changed files with 167 additions and 173 deletions

View File

@@ -3,10 +3,10 @@
namespace JabyEngine {
namespace Interrupt_IO_Values {
__declare_io_value(Mask, uint32_t) {
__declare_io_struct(Mask, uint32_t) {
};
__declare_io_value(Status, uint32_t) {
__declare_io_struct(Status, uint32_t) {
};
}
}