simple_strntoul
extern unsigned long simple_strntoul(const char *,char **,unsigned int,size_t);
parsed[i] = simple_strntoul(s, NULL, 16, 8);
EXPORT_SYMBOL(simple_strntoul);