arch/mips/include/asm/sgi/seeq.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/sgi/seeq.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/sgi/seeq.h
Extension
.h
Size
466 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/mips
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 sgiseeq_platform_data {
	struct hpc3_regs *hpc;
	unsigned int irq;
	unsigned char mac[ETH_ALEN];
};

#endif /* __ASM_SGI_SEEQ_H */

Annotation

Implementation Notes