Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dib07x0.h
Go to the documentation of this file.
1 #ifndef _DIB07X0_H_
2 #define _DIB07X0_H_
3 
5  GPIO0 = 0,
6  GPIO1 = 2,
7  GPIO2 = 3,
8  GPIO3 = 4,
9  GPIO4 = 5,
10  GPIO5 = 6,
11  GPIO6 = 8,
12  GPIO7 = 10,
13  GPIO8 = 11,
14  GPIO9 = 14,
15  GPIO10 = 15,
16 };
17 
18 #define GPIO_IN 0
19 #define GPIO_OUT 1
20 
21 #endif