repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
can: gw: make routing to the incoming CAN interface configurable
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
adc.h
blob
48824c1fab80afb4662295a061d72ab31804ea02
1
#ifndef __ASM_ADC_H
2
#define __ASM_ADC_H
3
#ifdef __KERNEL__
4
/*
5
* Copyright (C) 2004 Andriy Skulysh
6
*/
7
8
#include <cpu/adc.h>
9
10
int
adc_single
(
unsigned int
channel
);
11
12
#endif
/* __KERNEL__ */
13
#endif
/* __ASM_ADC_H */