drivers/mtd/parsers/ofpart_linksys_ns.h

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

File Facts

System
Linux kernel
Corpus path
drivers/mtd/parsers/ofpart_linksys_ns.h
Extension
.h
Size
274 bytes
Lines
12
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 __OFPART_LINKSYS_NS_H
#define __OFPART_LINKSYS_NS_H

#ifdef CONFIG_MTD_OF_PARTS_LINKSYS_NS
int linksys_ns_partitions_post_parse(struct mtd_info *mtd,
				     struct mtd_partition *parts,
				     int nr_parts);
#endif

#endif

Annotation

Implementation Notes