]> Git Repo - linux.git/blob - lib/kstrtox.h
Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.org/pub...
[linux.git] / lib / kstrtox.h
1 #ifndef _LIB_KSTRTOX_H
2 #define _LIB_KSTRTOX_H
3
4 #define KSTRTOX_OVERFLOW        (1U << 31)
5 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
6 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
7
8 #endif
This page took 0.023627 seconds and 4 git commands to generate.