mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-22 17:24:16 +00:00
923914edae
motify arm-none-eabi-gcc
15 lines
234 B
C
15 lines
234 B
C
#ifndef _DIRENT_H_
|
|
#define _DIRENT_H_
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include <sys/dirent.h>
|
|
|
|
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
|
|
#define MAXNAMLEN 1024
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif /*_DIRENT_H_*/
|