/* * Copyright (C) 2023 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/command_container/command_encoder.h" namespace NEO { template struct MockEncodeMiFlushDW : EncodeMiFlushDW { using EncodeMiFlushDW::getWaSize; }; } // namespace NEO