/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/direct_submission/direct_submission_hw.h" namespace NEO { template inline void DirectSubmissionHw::dispatchDisablePrefetcher(bool disable) { } } // namespace NEO