added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / 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