summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/voicebus.h')
-rw-r--r--drivers/dahdi/voicebus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/voicebus.h b/drivers/dahdi/voicebus.h
index 9eb9d22..f3be573 100644
--- a/drivers/dahdi/voicebus.h
+++ b/drivers/dahdi/voicebus.h
@@ -41,6 +41,7 @@ int voicebus_init(struct pci_dev* pdev, u32 framesize,
void (*handle_receive)(void *buffer, void *context),
void (*handle_transmit)(void *buffer, void *context),
void *context,
+ u32 debuglevel,
struct voicebus **vb_p);
void voicebus_release(struct voicebus *vb);
int voicebus_start(struct voicebus *vb);