compute-runtime/opencl/test/unit_test/linux/drm_other_requests.cpp

11 lines
179 B
C++

/*
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <stdarg.h>
int drmOtherRequests(unsigned long int request, ...) { return 0; }