arch/arm/mach-pxa/pxa300.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-pxa/pxa300.h
Extension
.h
Size
162 bytes
Lines
9
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_PXA300_H
#define __MACH_PXA300_H

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

#endif /* __MACH_PXA300_H */

Annotation

Implementation Notes