mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
11 lines
186 B
C++
11 lines
186 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include <stdarg.h>
|
|
|
|
int drmOtherRequests(unsigned long int request, va_list vl) { return 0; }
|