ref: renamed types.h to Types.h for match naming convention; also added Align.h and Bytes.h with helpers

This commit is contained in:
karina
2026-04-25 09:56:17 +04:00
parent b606fa23d0
commit e49af76aef
11 changed files with 78 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include <types.h>
#include <Types.h>
static inline void IOAddressWrite32(Address address, UInt32 value) {
__asm__ volatile ("dsb sy" ::: "memory"); // wait till all previous writes are finished physically