Sign in
cos
/
third_party
/
kernel
/
89b68cd926633ff0df1e1a0ae29fcd80f68bdd96
/
.
/
include
/
linux
/
glob.h
blob: 861d8347d08e722ec64d3c678b74ff6f2183d0b9 [
file
]
#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 */