arch/mips/ralink/common.h

Source file repositories/reference/linux-study-clean/arch/mips/ralink/common.h

File Facts

System
Linux kernel
Corpus path
arch/mips/ralink/common.h
Extension
.h
Size
612 bytes
Lines
29
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 ralink_soc_info {
	unsigned char sys_type[RAMIPS_SYS_TYPE_LEN];
	unsigned char *compatible;

	unsigned long mem_base;
	unsigned long mem_size;
	unsigned long mem_size_min;
	unsigned long mem_size_max;
	void (*mem_detect)(void);
};
extern struct ralink_soc_info soc_info;

extern void ralink_of_remap(void);

extern void __init prom_soc_init(struct ralink_soc_info *soc_info);

#endif /* _RALINK_COMMON_H__ */

Annotation

Implementation Notes