compute-runtime/unit_tests/linux/drm_other_requests.cpp

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; }