mirror of
https://gitee.com/bianbu-linux/usb-gadget
synced 2025-04-20 05:07:08 -04:00
11 lines
251 B
C
11 lines
251 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
#ifndef __UVC_GADGET_CONFIG_H__
|
|
#define __UVC_GADGET_CONFIG_H__
|
|
|
|
//#cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
|
|
//#cmakedefine HAVE_GLOB @HAVE_GLOB@
|
|
#define HAVE_DIRENT_H 1
|
|
#define HAVE_GLOB 1
|
|
|
|
#endif
|