Files
compute-runtime/unit_tests/mocks/mock_tbx_stream.h
Milczarek, Slawomir aa18a62d70 A partial unification of AUB and TBX CSR classes
This commit moves initialization of global MMIOs from AUB CSR to Simulated CSR

Change-Id: I93a612d4f0c82e7135287f6508870190790141bc
2018-11-10 13:12:22 -08:00

18 lines
331 B
C++

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