]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - lib/kstrtox.h
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu...
[mirror_ubuntu-bionic-kernel.git] / lib / kstrtox.h
CommitLineData
1dff46d6
AD
1#ifndef _LIB_KSTRTOX_H
2#define _LIB_KSTRTOX_H
3
4#define KSTRTOX_OVERFLOW (1U << 31)
5const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
6unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
7
8#endif