arch/arm/mach-omap2/common-board-devices.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/common-board-devices.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/common-board-devices.h
Extension
.h
Size
290 bytes
Lines
12
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 __OMAP_COMMON_BOARD_DEVICES__
#define __OMAP_COMMON_BOARD_DEVICES__

#include <linux/mfd/menelaus.h>

void *n8x0_legacy_init(void);

extern struct menelaus_platform_data n8x0_menelaus_platform_data;

#endif /* __OMAP_COMMON_BOARD_DEVICES__ */

Annotation

Implementation Notes