arch/powerpc/platforms/pseries/of_helpers.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/pseries/of_helpers.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/pseries/of_helpers.h
Extension
.h
Size
223 bytes
Lines
10
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 _PSERIES_OF_HELPERS_H
#define _PSERIES_OF_HELPERS_H

#include <linux/of.h>

struct device_node *pseries_of_derive_parent(const char *path);

#endif /* _PSERIES_OF_HELPERS_H */

Annotation

Implementation Notes