mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Change-Id: Iea47322546f86870720a7ede553a6dd45cb09908 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
13 lines
230 B
C++
13 lines
230 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "unit_tests/os_interface/linux/drm_mock.h"
|
|
|
|
int DrmMock::handleRemainingRequests(unsigned long request, void *arg) {
|
|
return -1;
|
|
};
|