162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _PPC_BOOT_STDLIB_H_ 362306a36Sopenharmony_ci#define _PPC_BOOT_STDLIB_H_ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciunsigned long long int strtoull(const char *ptr, char **end, int base); 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#endif 8