Files
compute-runtime/shared/test/common/mocks/mock_tbx_stream.h
Dominik Dabek 39f0387ecc Move tbx stream, tbx csr to shared
Related-To: NEO-5161

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>i
2021-05-31 14:35:32 +02:00

18 lines
338 B
C++

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/command_stream/tbx_command_stream_receiver.h"
namespace NEO {
struct MockTbxStream : public TbxCommandStreamReceiver::TbxStream {
using TbxCommandStreamReceiver::TbxStream::socket;
};
} // namespace NEO