drivers/block/drbd/drbd_config.h

Source file repositories/reference/linux-study-clean/drivers/block/drbd/drbd_config.h

File Facts

System
Linux kernel
Corpus path
drivers/block/drbd/drbd_config.h
Extension
.h
Size
285 bytes
Lines
17
Domain
Driver Families
Bucket
drivers/block
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 DRBD_CONFIG_H
#define DRBD_CONFIG_H

extern const char *drbd_buildtag(void);

#define REL_VERSION "8.4.11"
#define PRO_VERSION_MIN 86
#define PRO_VERSION_MAX 101

#endif

Annotation

Implementation Notes