/* * Copyright (C) 2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include #include #include namespace aub_stream { extern std::ostream &log; extern std::string tbxServerIp; extern uint16_t tbxServerPort; using MMIOPair = std::pair; using MMIOList = std::vector; extern "C" MMIOList injectMMIOList; } // namespace aub_stream