2018-11-10 15:00:58 +08:00
|
|
|
/*
|
2022-08-11 01:00:50 +08:00
|
|
|
* Copyright (C) 2018-2022 Intel Corporation
|
2018-11-10 15:00:58 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-05-31 17:28:07 +08:00
|
|
|
#include "shared/source/command_stream/tbx_command_stream_receiver.h"
|
2018-11-10 15:00:58 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-11-10 15:00:58 +08:00
|
|
|
|
|
|
|
struct MockTbxStream : public TbxCommandStreamReceiver::TbxStream {
|
|
|
|
using TbxCommandStreamReceiver::TbxStream::socket;
|
|
|
|
};
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|