aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/pl061.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/gpio/pl061.h')
-rw-r--r--sys/dev/gpio/pl061.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/gpio/pl061.h b/sys/dev/gpio/pl061.h
index 809a1168493d..d9fe23e502b1 100644
--- a/sys/dev/gpio/pl061.h
+++ b/sys/dev/gpio/pl061.h
@@ -46,6 +46,7 @@ struct pl061_softc {
struct resource *sc_mem_res;
struct resource *sc_irq_res;
void *sc_irq_hdlr;
+ intptr_t sc_xref;
int sc_mem_rid;
int sc_irq_rid;
struct pl061_pin_irqsrc sc_isrcs[PL061_NUM_GPIO];