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
fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
adc.h
blob
99ec668495594c0d51d33315e360484ecdec55cb
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_ADC_H
3
#define __ASM_ADC_H
4
#ifdef __KERNEL__
5
/*
6
* Copyright (C) 2004 Andriy Skulysh
7
*/
8
9
#include <cpu/adc.h>
10
11
int
adc_single
(
unsigned int
channel
);
12
13
#endif
/* __KERNEL__ */
14
#endif
/* __ASM_ADC_H */