drivers/net/can/slcan/slcan.h

Source file repositories/reference/linux-study-clean/drivers/net/can/slcan/slcan.h

File Facts

System
Linux kernel
Corpus path
drivers/net/can/slcan/slcan.h
Extension
.h
Size
600 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/net
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 _SLCAN_H
#define _SLCAN_H

bool slcan_err_rst_on_open(struct net_device *ndev);
int slcan_enable_err_rst_on_open(struct net_device *ndev, bool on);

extern const struct ethtool_ops slcan_ethtool_ops;

#endif /* _SLCAN_H */

Annotation

Implementation Notes