drivers/mtd/parsers/ofpart_bcm4908.h

Source file repositories/reference/linux-study-clean/drivers/mtd/parsers/ofpart_bcm4908.h

File Facts

System
Linux kernel
Corpus path
drivers/mtd/parsers/ofpart_bcm4908.h
Extension
.h
Size
252 bytes
Lines
10
Domain
Driver Families
Bucket
drivers/mtd
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __BCM4908_PARTITIONS_H
#define __BCM4908_PARTITIONS_H

#ifdef CONFIG_MTD_OF_PARTS_BCM4908
int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts);
#endif

#endif

Annotation

Implementation Notes