Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pcm037.h
Go to the documentation of this file.
1 #ifndef __PCM037_H__
2 #define __PCM037_H__
3 
7 };
8 
9 extern enum pcm037_board_variant pcm037_variant(void);
10 
11 #ifdef CONFIG_MACH_PCM037_EET
12 int pcm037_eet_init_devices(void);
13 #else
14 static inline int pcm037_eet_init_devices(void) { return 0; }
15 #endif
16 
17 #endif