arch/xtensa/platforms/iss/include/platform/serial.h

Source file repositories/reference/linux-study-clean/arch/xtensa/platforms/iss/include/platform/serial.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/platforms/iss/include/platform/serial.h
Extension
.h
Size
408 bytes
Lines
16
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 __ASM_XTENSA_ISS_SERIAL_H
#define __ASM_XTENSA_ISS_SERIAL_H

/* Have no meaning on ISS, but needed for 8250_early.c */
#define BASE_BAUD 0

#endif /* __ASM_XTENSA_ISS_SERIAL_H */

Annotation

Implementation Notes