2019-10-24 21:52:07 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
2019-10-24 21:52:07 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
2020-06-09 21:51:26 +08:00
|
|
|
int drmOtherRequests(unsigned long int request, ...) { return 0; }
|