arch/arm/include/asm/mach/time.h

Source file repositories/reference/linux-study-clean/arch/arm/include/asm/mach/time.h

File Facts

System
Linux kernel
Corpus path
arch/arm/include/asm/mach/time.h
Extension
.h
Size
332 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arm
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_ARM_MACH_TIME_H
#define __ASM_ARM_MACH_TIME_H

typedef void (*clock_access_fn)(struct timespec64 *);
extern int register_persistent_clock(clock_access_fn read_persistent);

#endif

Annotation

Implementation Notes