arch/arm/mach-omap2/i2c.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/i2c.h
Extension
.h
Size
304 bytes
Lines
16
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 __MACH_OMAP2_I2C_H
#define __MACH_OMAP2_I2C_H

struct omap_hwmod;

int omap_i2c_reset(struct omap_hwmod *oh);

#endif	/* __MACH_OMAP2_I2C_H */

Annotation

Implementation Notes