arch/arm/mach-mxs/pm.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-mxs/pm.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-mxs/pm.h
Extension
.h
Size
240 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/arm
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 __ARCH_MXS_PM_H
#define __ARCH_MXS_PM_H

#ifdef CONFIG_PM
void mxs_pm_init(void);
#else
#define mxs_pm_init NULL
#endif

#endif

Annotation

Implementation Notes