blob: 861327b33e41dccf9c95c75a67cf292f5fd6d52c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
George Spelvinb0125082014-08-06 16:09:23 -07002#ifndef _LINUX_GLOB_H
3#define _LINUX_GLOB_H
4
5#include <linux/types.h> /* For bool */
6#include <linux/compiler.h> /* For __pure */
7
8bool __pure glob_match(char const *pat, char const *str);
9
10#endif /* _LINUX_GLOB_H */