[POWERPC] bootwrapper: Add strtoull()
This will be needed by PlanetCore firmware support. Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
4674f2f339
commit
9de782770b
6
arch/powerpc/boot/stdlib.h
Normal file
6
arch/powerpc/boot/stdlib.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _PPC_BOOT_STDLIB_H_
|
||||
#define _PPC_BOOT_STDLIB_H_
|
||||
|
||||
unsigned long long int strtoull(const char *ptr, char **end, int base);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user