include/linux/mtd/nand-ecc-mxic.h

Source file repositories/reference/linux-study-clean/include/linux/mtd/nand-ecc-mxic.h

File Facts

System
Linux kernel
Corpus path
include/linux/mtd/nand-ecc-mxic.h
Extension
.h
Size
1353 bytes
Lines
50
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline void mxic_ecc_put_pipelined_engine(struct nand_ecc_engine *eng) {}

static inline int mxic_ecc_process_data_pipelined(struct nand_ecc_engine *eng,
						  unsigned int direction,
						  dma_addr_t dirmap)
{
	return -EOPNOTSUPP;
}

#endif /* CONFIG_MTD_NAND_ECC_MXIC */

#endif /* __MTD_NAND_ECC_MXIC_H__ */

Annotation

Implementation Notes