arch/sh/include/asm/rtc.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/rtc.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/rtc.h
Extension
.h
Size
226 bytes
Lines
14
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

struct sh_rtc_platform_info {
	unsigned long capabilities;
};

#include <cpu/rtc.h>

#endif /* _ASM_RTC_H */

Annotation

Implementation Notes