tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in...
[linux/fpc-iii.git] / lib / kstrtox.h
blobf13eeeaf441db95ad57ec2659ed8958527bbfdb9
1 #ifndef _LIB_KSTRTOX_H
2 #define _LIB_KSTRTOX_H
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);
8 #endif