arch/powerpc/boot/stdlib.h

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/stdlib.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/stdlib.h
Extension
.h
Size
176 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _PPC_BOOT_STDLIB_H_
#define _PPC_BOOT_STDLIB_H_

unsigned long long int strtoull(const char *ptr, char **end, int base);

#endif

Annotation

Implementation Notes