arch/sh/include/cpu-sh3/cpu/serial.h

Source file repositories/reference/linux-study-clean/arch/sh/include/cpu-sh3/cpu/serial.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-sh3/cpu/serial.h
Extension
.h
Size
317 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/sh
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 __CPU_SH3_SERIAL_H
#define __CPU_SH3_SERIAL_H

#include <linux/serial_sci.h>

extern struct plat_sci_port_ops sh770x_sci_port_ops;
extern struct plat_sci_port_ops sh7710_sci_port_ops;
extern struct plat_sci_port_ops sh7720_sci_port_ops;

#endif /* __CPU_SH3_SERIAL_H */

Annotation

Implementation Notes