mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Related-To: NEO-3008 Change-Id: I0fecb010bbfb29442caba9f2e31a7e05bbd16189 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
11 lines
186 B
C++
11 lines
186 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include <stdarg.h>
|
|
|
|
int drmOtherRequests(unsigned long int request, va_list vl) { return 0; }
|