Sign in
coral
/
linux-imx
/
refs/heads/dkms
/
.
/
include
/
linux
/
glob.h
blob: 861d8347d08e722ec64d3c678b74ff6f2183d0b9 [
file
] [
log
] [
blame
] [
edit
]
#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 */