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 {  int match_token(char *, const match_table_t table, substring_t args[]);  int match_int(substring_t *, int *result); +int match_u64(substring_t *, u64 *result);  int match_octal(substring_t *, int *result);  int match_hex(substring_t *, int *result);  bool match_wildcard(const char *pattern, const char *str);  | 
