summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/stdlib.h')
-rw-r--r--arch/powerpc/boot/stdlib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/stdlib.h b/arch/powerpc/boot/stdlib.h
new file mode 100644
index 000000000..0a61fcd10
--- /dev/null
+++ b/arch/powerpc/boot/stdlib.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _PPC_BOOT_STDLIB_H_
+#define _PPC_BOOT_STDLIB_H_
+
+unsigned long long int strtoull(const char *ptr, char **end, int base);
+
+#endif