summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>2004-06-26 07:00:59 +0000
committerAlex Feldman <alex@cvs.openbsd.org>2004-06-26 07:00:59 +0000
commite8cd14e439f86c808bf7055898eaa516e42a29a8 (patch)
tree6e61106beeadd65872c0534b228737cf443e77c3 /sys
parent1ec922b929f02cc57e5dfea69834fd132e781373 (diff)
Add ioctl call SIOCSIFTIMESLOT/SIOCGIDTIMESLOT.
ok mcbride@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sockio.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index 7402f360bf5..64a0d43681d 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sockio.h,v 1.26 2004/06/25 18:24:23 pb Exp $ */
+/* $OpenBSD: sockio.h,v 1.27 2004/06/26 07:00:58 alex Exp $ */
/* $NetBSD: sockio.h,v 1.5 1995/08/23 00:40:47 thorpej Exp $ */
/*-
@@ -150,4 +150,7 @@
#define SIOCSIFDESCR _IOW('i', 128, struct ifreq) /* set ifnet descr */
#define SIOCGIFDESCR _IOWR('i', 129, struct ifreq) /* get ifnet descr */
+#define SIOCSIFTIMESLOT _IOW('i', 133, struct ifreq) /* set ifnet timeslot */
+#define SIOCGIFTIMESLOT _IOWR('i', 134, struct ifreq) /* get ifnet timeslot */
+
#endif /* !_SYS_SOCKIO_H_ */