repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
arch
/
sh
/
include
/
asm
/
adc.h
blob
feccfe639e3896993ee443754810f6cf2ea4ffe9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_ADC_H
3
#define __ASM_ADC_H
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
/* __ASM_ADC_H */