summaryrefslogtreecommitdiff
path: root/src/sys/include/arch/amd64/vas.h
AgeCommit message (Collapse)Author
2025-09-15os/amd64: Reduce coupling with VAS structureIan Moffett
This commit moves the VAS structure into a standard MD layer side and makes it accessible through a standard MI layer header. This indirection reduces coupling so that the codebase wont break if a name change or anything is needed. Signed-off-by: Ian Moffett <ian@osmora.org>