arch/powerpc/boot/ugecon.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/ugecon.h
Extension
.h
Size
403 bytes
Lines
20
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 __UGECON_H
#define __UGECON_H

extern void *ug_probe(void);

extern void ug_putc(char ch);
extern void ug_console_write(const char *buf, int len);

#endif /* __UGECON_H */

Annotation

Implementation Notes