diff options
Diffstat (limited to 'include/linux/parser.h')
| -rw-r--r-- | include/linux/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/parser.h b/include/linux/parser.h index 39d5b7955b23..884c1e6eb3fe 100644 --- a/include/linux/parser.h +++ b/include/linux/parser.h | |||
| @@ -27,6 +27,7 @@ typedef struct { | |||
| 27 | 27 | ||
| 28 | int match_token(char *, const match_table_t table, substring_t args[]); | 28 | int match_token(char *, const match_table_t table, substring_t args[]); |
| 29 | int match_int(substring_t *, int *result); | 29 | int match_int(substring_t *, int *result); |
| 30 | int match_u64(substring_t *, u64 *result); | ||
| 30 | int match_octal(substring_t *, int *result); | 31 | int match_octal(substring_t *, int *result); |
| 31 | int match_hex(substring_t *, int *result); | 32 | int match_hex(substring_t *, int *result); |
| 32 | bool match_wildcard(const char *pattern, const char *str); | 33 | bool match_wildcard(const char *pattern, const char *str); |
