drivers/vfio/platform/vfio_platform_private.h

Source file repositories/reference/linux-study-clean/drivers/vfio/platform/vfio_platform_private.h

File Facts

System
Linux kernel
Corpus path
drivers/vfio/platform/vfio_platform_private.h
Extension
.h
Size
3938 bytes
Lines
133
Domain
Driver Families
Bucket
drivers/vfio
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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

module_init(reset ## _module_init);				\
module_exit(reset ## _module_exit)

#endif /* VFIO_PLATFORM_PRIVATE_H */

Annotation

Implementation Notes