summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/i4b_tel_ioctl.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-10-09 13:18:17 +0000
committerhm <hm@FreeBSD.org>2000-10-09 13:18:17 +0000
commit9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb (patch)
treeca1e99e8eac9fd3f8c8cecbcbfc102b0bfa6f03f /sys/i386/include/i4b_tel_ioctl.h
parent7fc1fa165474e47dca5d7dfb2584d97d169d686d (diff)
downloadFreeBSD-src-9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb.zip
FreeBSD-src-9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb.tar.gz
update to i4b version 0.95.04
Diffstat (limited to 'sys/i386/include/i4b_tel_ioctl.h')
-rw-r--r--sys/i386/include/i4b_tel_ioctl.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/sys/i386/include/i4b_tel_ioctl.h b/sys/i386/include/i4b_tel_ioctl.h
index 2cc9e15..0f955af 100644
--- a/sys/i386/include/i4b_tel_ioctl.h
+++ b/sys/i386/include/i4b_tel_ioctl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,11 +27,11 @@
* i4b_tel_ioctl.h telephony interface ioctls
* ------------------------------------------
*
- * $Id: i4b_tel_ioctl.h,v 1.11 1999/12/13 21:25:28 hm Exp $
+ * $Id: i4b_tel_ioctl.h,v 1.13 2000/01/12 14:49:36 hm Exp $
*
* $FreeBSD$
*
- * last edit-date: [Mon Dec 13 22:07:18 1999]
+ * last edit-date: [Wed Jan 12 15:47:11 2000]
*
*---------------------------------------------------------------------------*/
@@ -62,6 +62,19 @@
#define I4B_TEL_VR_REQ _IOR('A', 3, msg_vr_req_t)
+/*---------------------------------------------------------------------------*
+ * send tones out of the tel interface
+ *---------------------------------------------------------------------------*/
+
+#define I4B_TEL_MAXTONES 32
+
+struct i4b_tel_tones {
+ int frequency[I4B_TEL_MAXTONES];
+ int duration[I4B_TEL_MAXTONES];
+};
+
+#define I4B_TEL_TONES _IOR('A', 4, struct i4b_tel_tones)
+
/*===========================================================================*
* /dev/i4bteld<n> devices (dialer interface)
*===========================================================================*/
OpenPOWER on IntegriCloud