summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ralink/common.h')
-rw-r--r--arch/mips/ralink/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
index f4b19c679ed4..bebd14930bd9 100644
--- a/arch/mips/ralink/common.h
+++ b/arch/mips/ralink/common.h
@@ -23,6 +23,9 @@ struct ralink_pinmux {
struct ralink_pinmux_grp *uart;
int uart_shift;
void (*wdt_reset)(void);
+ struct ralink_pinmux_grp *pci;
+ int pci_shift;
+ u32 pci_mask;
};
extern struct ralink_pinmux rt_gpio_pinmux;