#pragma once #include "os_hypervisor_private.hpp" namespace HLE { namespace OS { namespace HPV { struct CFGContext : SessionContext { }; HPV::RefCounted CreateCfgService(RefCounted port, CFGContext&); } // namespace HPV } // namespace HOS } // namespace HLE