Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_BOOT_STDLIB_H_
0003 #define _PPC_BOOT_STDLIB_H_
0004 
0005 unsigned long long int strtoull(const char *ptr, char **end, int base);
0006 
0007 #endif