mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Resolves: NEO-4718 Change-Id: I0547c109b961c3732e64b6f22ec761a5943c65ef Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
11 lines
179 B
C++
11 lines
179 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include <stdarg.h>
|
|
|
|
int drmOtherRequests(unsigned long int request, ...) { return 0; }
|