/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: Cache.hpp Date: 2022-3-21 Author: Reece ***/ #pragma once namespace Aurora::Memory::Cache { AUKN_SYM void OptimizeAddressRangeOnCore(const AuList> &addressRange); AUKN_SYM void ClearInstructionCache(const AuPair &addressRange); }