Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
f161dd4122ffa73e4e12000309dca65bec80d416
/
.
/
include
/
linux
/
glob.h
blob: 861d8347d08e722ec64d3c678b74ff6f2183d0b9 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_GLOB_H
#define
_LINUX_GLOB_H
#include
<linux/types.h>
/* For bool */
#include
<linux/compiler.h>
/* For __pure */
bool
__pure glob_match
(
char
const
*
pat
,
char
const
*
str
);
#endif
/* _LINUX_GLOB_H */