/* * Copyright (C) 2006 OpenWrt.org * * This is free software, licensed under the GNU General Public License v2. * See /LICENSE for more information. */ #ifndef __GPIO_H #define __GPIO_H #ifdef BROADCOM #include "gpio-bcm947xx.h" #else #warning "Unsupported configuration." #define gpio_in() (-1U) #define gpio_out(mask, value) (-1U) #define gpio_outen(mask, value) (-1U) #define gpio_control(mask, value) (-1U) #define gpio_intmask(mask, value) (-1U) #define gpio_intpolarity(mask, value) (-1U) #endif #endif /* __GPIO_H */ >
aboutsummaryrefslogtreecommitdiffstats
path: root/docs/other_eclipse.md
blob: b2655ca08dcc7be017fc49e93d7798da0e9e36a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88