1 /*
2  * Copyright (C) 2019-2021 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #include "shared/source/command_stream/command_stream_receiver.h"
9 
10 namespace NEO {
11 
createPerDssBackedBuffer(Device & device)12 bool CommandStreamReceiver::createPerDssBackedBuffer(Device &device) {
13     return true;
14 }
15 } // namespace NEO
16