arch/m68k/sun3x/time.h

Source file repositories/reference/linux-study-clean/arch/m68k/sun3x/time.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/sun3x/time.h
Extension
.h
Size
433 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/m68k
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 mostek_dt {
	volatile unsigned char csr;
	volatile unsigned char sec;
	volatile unsigned char min;
	volatile unsigned char hour;
	volatile unsigned char wday;
	volatile unsigned char mday;
	volatile unsigned char month;
	volatile unsigned char year;
};

#endif

Annotation

Implementation Notes