/* * Copyright (C) 2020-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/debugger/debugger_l0.inl" #include "shared/source/debugger/debugger_l0_base.inl" namespace NEO { struct SKLFamily; using GfxFamily = SKLFamily; template class DebuggerL0Hw; static DebuggerL0PopulateFactory debuggerGen9; } // namespace NEO