Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
at91_adc.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2011 Free Electrons
3  *
4  * Licensed under the GPLv2 or later.
5  */
6 
7 #ifndef _AT91_ADC_H_
8 #define _AT91_ADC_H_
9 
23 };
24 
33  const char *name;
36 };
37 
49 struct at91_adc_data {
50  unsigned long channels_used;
58 };
59 
60 extern void __init at91_add_device_adc(struct at91_adc_data *data);
61 #endif