arch/arm/mach-omap2/clock2xxx.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/clock2xxx.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/clock2xxx.h
Extension
.h
Size
385 bytes
Lines
18
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 __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H
#define __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H

#include <linux/clk-provider.h>
#include "clock.h"

unsigned long omap2xxx_clk_get_core_rate(void);

#endif

Annotation

Implementation Notes