We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6070090 commit 8b85996Copy full SHA for 8b85996
include/linux/parser.h
@@ -7,7 +7,8 @@
7
* but could potentially be used anywhere else that simple option=arg
8
* parsing is required.
9
*/
10
-
+#ifndef _LINUX_PARSER_H
11
+#define _LINUX_PARSER_H
12
13
/* associates an integer enumerator with a pattern string. */
14
struct match_token {
@@ -34,3 +35,5 @@ int match_hex(substring_t *, int *result);
34
35
bool match_wildcard(const char *pattern, const char *str);
36
size_t match_strlcpy(char *, const substring_t *, size_t);
37
char *match_strdup(const substring_t *);
38
+
39
+#endif /* _LINUX_PARSER_H */
0 commit comments