Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arc/include Moved from /cvsroot/syssrc/sys/arch/pic...



details:   https://anonhg.NetBSD.org/src/rev/2251bcf22a4b
branches:  trunk
changeset: 481013:2251bcf22a4b
user:      soda <soda%NetBSD.org@localhost>
date:      Sun Jan 23 20:08:28 2000 +0000

description:
Moved from /cvsroot/syssrc/sys/arch/pica/include/pccons.h,v

diffstat:

 sys/arch/arc/include/pccons.h |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 6f327e45f769 -r 2251bcf22a4b sys/arch/arc/include/pccons.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arc/include/pccons.h     Sun Jan 23 20:08:28 2000 +0000
@@ -0,0 +1,18 @@
+/*     $NetBSD: pccons.h,v 1.3 2000/01/23 20:08:29 soda Exp $  */
+
+/*
+ * pccons.h -- pccons ioctl definitions
+ */
+
+#ifndef _PCCONS_H_
+#define _PCCONS_H_
+
+#include <sys/ioctl.h>
+
+
+#define CONSOLE_X_MODE_ON              _IO('t',121)
+#define CONSOLE_X_MODE_OFF             _IO('t',122)
+#define CONSOLE_X_BELL                 _IOW('t',123,int[2])
+#define CONSOLE_SET_TYPEMATIC_RATE     _IOW('t',124,u_char)
+
+#endif /* _PCCONS_H_ */



Home | Main Index | Thread Index | Old Index