arch/arm/mach-omap1/flash.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap1/flash.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap1/flash.h
Extension
.h
Size
255 bytes
Lines
15
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_FLASH_H
#define __OMAP_FLASH_H

#include <linux/mtd/map.h>

struct platform_device;
extern void omap1_set_vpp(struct platform_device *pdev, int enable);

#endif

Annotation

Implementation Notes