Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / powerpc / boot / stdlib.h
blob1bf01ac73aba15119cf654e0a21092bea5f482b1
1 #ifndef _PPC_BOOT_STDLIB_H_
2 #define _PPC_BOOT_STDLIB_H_
4 unsigned long long int strtoull(const char *ptr, char **end, int base);
6 #endif