arch/sh/include/asm/spi.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/spi.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/spi.h
Extension
.h
Size
265 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct sh_spi_info {
	int			 bus_num;
	int			 num_chipselect;

	void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
};

#endif /* __ASM_SPI_H__ */

Annotation

Implementation Notes