1 /*
2  * Copyright (C) 2020-2021 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #include "shared/source/os_interface/linux/drm_buffer_object.h"
9 
10 namespace NEO {
11 
fillExecObjectImpl(drm_i915_gem_exec_object2 & execObject,OsContext * osContext,uint32_t vmHandleId)12 void BufferObject::fillExecObjectImpl(drm_i915_gem_exec_object2 &execObject, OsContext *osContext, uint32_t vmHandleId) {}
13 
14 } // namespace NEO
15