arch/xtensa/include/asm/serial.h

Source file repositories/reference/linux-study-clean/arch/xtensa/include/asm/serial.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/asm/serial.h
Extension
.h
Size
443 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/xtensa
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 _XTENSA_SERIAL_H
#define _XTENSA_SERIAL_H

#include <platform/serial.h>

#endif	/* _XTENSA_SERIAL_H */

Annotation

Implementation Notes