summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index db79fbf..c7b45c2 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -972,6 +972,7 @@ struct dahdi_hwgain {
*/
#define DAHDI_VMWI _IOWR(DAHDI_CODE, 94, int)
+#define DAHDI_VMWI_NUMBER_MASK (0xffff) /* Number of messages pending for VMWI */
#define DAHDI_VMWI_FSK (1 << 16) /* default FSK, no Ring Pulse Alert Signal*/
#define DAHDI_VMWI_RPAS (1 << 17) /* Ring Pulse Alert Signal then FSK */
#define DAHDI_VMWI_LREV (1 << 18) /* Line Reversal */