arch/mips/include/asm/ds1287.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/ds1287.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/ds1287.h
Extension
.h
Size
333 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/mips
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_DS1287_H
#define __ASM_DS1287_H

extern int ds1287_timer_state(void);
extern int ds1287_set_base_clock(unsigned int hz);
extern int ds1287_clockevent_init(int irq);

#endif

Annotation

Implementation Notes