drivers/misc/altera-stapl/altera-exprt.h

Source file repositories/reference/linux-study-clean/drivers/misc/altera-stapl/altera-exprt.h

File Facts

System
Linux kernel
Corpus path
drivers/misc/altera-stapl/altera-exprt.h
Extension
.h
Size
468 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/misc
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 ALTERA_EXPRT_H
#define ALTERA_EXPRT_H


u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);

#endif /* ALTERA_EXPRT_H */

Annotation

Implementation Notes