arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h
Extension
.h
Size
246 bytes
Lines
14
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

#ifndef BCM63XX_BOARD_H_
#define BCM63XX_BOARD_H_

const char *board_get_name(void);

void board_prom_init(void);

void board_setup(void);

int board_register_devices(void);

#endif /* ! BCM63XX_BOARD_H_ */

Annotation

Implementation Notes