repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
[linux-stable.git]
/
include
/
linux
/
glob.h
blob
861d8347d08e722ec64d3c678b74ff6f2183d0b9
1
#ifndef _LINUX_GLOB_H
2
#define _LINUX_GLOB_H
3
4
#include <linux/types.h>
/* For bool */
5
#include <linux/compiler.h>
/* For __pure */
6
7
bool
__pure
glob_match
(
char const
*
pat
,
char const
*
str
);
8
9
#endif
/* _LINUX_GLOB_H */