2022-03-21 05:20:19 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
2022-03-21 07:20:15 +00:00
|
|
|
File: Transition.cpp
|
2022-03-21 05:20:19 +00:00
|
|
|
Date: 2022-3-21
|
|
|
|
Author: Reece
|
|
|
|
***/
|
|
|
|
#include <Source/RuntimeInternal.hpp>
|
|
|
|
#include "Memory.hpp"
|
|
|
|
#include "SwapLock.hpp"
|
2022-11-17 07:46:07 +00:00
|
|
|
#include <Source/HWInfo/AuHWInfo.hpp>
|
2022-03-21 05:20:19 +00:00
|
|
|
|
|
|
|
namespace Aurora::Memory::Transition
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|