/* * Copyright (C) 2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "runtime/device/root_device.h" namespace NEO { bool RootDevice::initializeRootCommandStreamReceiver() { return false; } } // namespace NEO