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

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

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_uart.h
Extension
.h
Size
174 bytes
Lines
8
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_DEV_UART_H_
#define BCM63XX_DEV_UART_H_

int bcm63xx_uart_register(unsigned int id);

#endif /* BCM63XX_DEV_UART_H_ */

Annotation

Implementation Notes