2018-11-10 15:00:58 +08:00
|
|
|
/*
|
2019-03-26 18:59:46 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-11-10 15:00:58 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "runtime/command_stream/tbx_command_stream_receiver.h"
|
|
|
|
|
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
|