aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/bus.h')
-rw-r--r--drivers/staging/wfx/bus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/wfx/bus.h b/drivers/staging/wfx/bus.h
index 62d6ecabe4cb..0370b6c59863 100644
--- a/drivers/staging/wfx/bus.h
+++ b/drivers/staging/wfx/bus.h
@@ -25,6 +25,8 @@ struct hwbus_ops {
void *dst, size_t count);
int (*copy_to_io)(void *bus_priv, unsigned int addr,
const void *src, size_t count);
+ int (*irq_subscribe)(void *bus_priv);
+ int (*irq_unsubscribe)(void *bus_priv);
void (*lock)(void *bus_priv);
void (*unlock)(void *bus_priv);
size_t (*align_size)(void *bus_priv, size_t size);