blob: 1bf01ac73aba15119cf654e0a21092bea5f482b1 [file] [log] [blame]
Scott Wood9de78272007-09-06 05:21:10 +10001#ifndef _PPC_BOOT_STDLIB_H_
2#define _PPC_BOOT_STDLIB_H_
3
4unsigned long long int strtoull(const char *ptr, char **end, int base);
5
6#endif