include/linux/mtd/blktrans.h

Source file repositories/reference/linux-study-clean/include/linux/mtd/blktrans.h

File Facts

System
Linux kernel
Corpus path
include/linux/mtd/blktrans.h
Extension
.h
Size
2678 bytes
Lines
93
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: exported/initcall integration point
Status
integration 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

* use this macro once, and calling it replaces module_init() and module_exit()
 */
#define module_mtd_blktrans(__mtd_blktrans) \
	module_driver(__mtd_blktrans, register_mtd_blktrans, \
					deregister_mtd_blktrans)

#endif /* __MTD_TRANS_H__ */

Annotation

Implementation Notes