home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-sh / adc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  218 b   |  14 lines

  1. #ifndef __ASM_ADC_H
  2. #define __ASM_ADC_H
  3. #ifdef __KERNEL__
  4. /*
  5.  * Copyright (C) 2004  Andriy Skulysh
  6.  */
  7.  
  8. #include <asm/cpu/adc.h>
  9.  
  10. int adc_single(unsigned int channel);
  11.  
  12. #endif /* __KERNEL__ */
  13. #endif /* __ASM_ADC_H */
  14.