summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/voicebus_net.h
blob: e1dc135c2022ed3f2581890bac1383e88ed31013 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef VOICEBUS_NET_DEBUG
int vb_net_register(struct voicebus *, const char *);
void vb_net_unregister(struct voicebus *);
void vb_net_capture_vbb(struct voicebus *, const void *,
			const int, const u32, const u16);
#else
#define vb_net_register(a, b) do { ; } while (0)
#define vb_net_unregister(a) do { ; } while (0)
#define vb_net_capture_vbb(a, b, c, d, e) do { ; } while (0)
#endif