wext: verify buffer size for SIOCSIWENCODEEXT
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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