arch/sh/include/asm/adc.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/adc.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/adc.h
Extension
.h
Size
211 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/sh
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_ADC_H
#define __ASM_ADC_H
/*
 * Copyright (C) 2004  Andriy Skulysh
 */

#include <cpu/adc.h>

int adc_single(unsigned int channel);

#endif /* __ASM_ADC_H */

Annotation

Implementation Notes