include/linux/altera_jtaguart.h

Source file repositories/reference/linux-study-clean/include/linux/altera_jtaguart.h

File Facts

System
Linux kernel
Corpus path
include/linux/altera_jtaguart.h
Extension
.h
Size
379 bytes
Lines
18
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct altera_jtaguart_platform_uart {
	unsigned long mapbase;	/* Physical address base */
	unsigned int irq;	/* Interrupt vector */
};

#endif /* __ALTJUART_H */

Annotation

Implementation Notes