blob: 0a61fcd10fdb6bad6a8d8fa46d51e3c78ed91283 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PPC_BOOT_STDLIB_H_
3#define _PPC_BOOT_STDLIB_H_
4
5unsigned long long int strtoull(const char *ptr, char **end, int base);
6
7#endif