arch/arm/mach-pxa/pxa320.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-pxa/pxa320.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-pxa/pxa320.h
Extension
.h
Size
163 bytes
Lines
10
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 __MACH_PXA320_H
#define __MACH_PXA320_H

#include "pxa3xx.h"
#include "mfp-pxa320.h"

#endif /* __MACH_PXA320_H */

Annotation

Implementation Notes