diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:54:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:54:37 +0000 |
commit | 4ebf19b48fafc8d94e14e4ba779969613b241a6a (patch) | |
tree | 9918f890a8915023b49ea30948beb5d048c333fa /package/broadcom-diag/src/gpio.h | |
parent | 44b1688e6c7b4f16f7165fbd560e1183aef69090 (diff) | |
download | upstream-4ebf19b48fafc8d94e14e4ba779969613b241a6a.tar.gz upstream-4ebf19b48fafc8d94e14e4ba779969613b241a6a.tar.bz2 upstream-4ebf19b48fafc8d94e14e4ba779969613b241a6a.zip |
packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
Diffstat (limited to 'package/broadcom-diag/src/gpio.h')
-rw-r--r-- | package/broadcom-diag/src/gpio.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/broadcom-diag/src/gpio.h b/package/broadcom-diag/src/gpio.h deleted file mode 100644 index 8bd3fe02f8..0000000000 --- a/package/broadcom-diag/src/gpio.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __DIAG_GPIO_H -#define __DIAG_GPIO_H - -#include <linux/interrupt.h> -#include <linux/ssb/ssb_embedded.h> -#include <linux/gpio.h> -#include <bcm47xx.h> - -#define EXTIF_ADDR 0x1f000000 -#define EXTIF_UART (EXTIF_ADDR + 0x00800000) - -/* GPIO pins driving LEDs through a shift register */ -#define SHIFTREG_DATA (1 << 6) -#define SHIFTREG_CLK (1 << 7) -#define SHIFTREG_MAX_BITS 8 - -#define GPIO_TYPE_NORMAL (0x0 << 24) -#define GPIO_TYPE_EXTIF (0x1 << 24) -#define GPIO_TYPE_SHIFT (0x2 << 24) -#define GPIO_TYPE_MASK (0xf << 24) - -#endif /* __DIAG_GPIO_H */ |