arch/arm/mach-pxa/pxa25x.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-pxa/pxa25x.h
Extension
.h
Size
207 bytes
Lines
11
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_PXA25x_H
#define __MACH_PXA25x_H

#include "addr-map.h"
#include "pxa2xx-regs.h"
#include "mfp-pxa25x.h"
#include "irqs.h"

#endif /* __MACH_PXA25x_H */

Annotation

Implementation Notes