aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/adc.h')
-rw-r--r--arch/sh/include/asm/adc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/sh/include/asm/adc.h b/arch/sh/include/asm/adc.h
new file mode 100644
index 000000000000..48824c1fab80
--- /dev/null
+++ b/arch/sh/include/asm/adc.h
@@ -0,0 +1,13 @@
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
10int adc_single(unsigned int channel);
11
12#endif /* __KERNEL__ */
13#endif /* __ASM_ADC_H */