Blame src/keyboard.h

Packit 15a96c
/*
Packit 15a96c
 * keyboard.h	Constants to talk to the keyboard driver.
Packit 15a96c
 *
Packit 15a96c
 * 		$Id: keyboard.h,v 1.3 2008-08-02 20:27:07 al-guest Exp $
Packit 15a96c
 *
Packit 15a96c
 *		This file is part of the minicom communications package,
Packit 15a96c
 *		Copyright 1991-1995 Miquel van Smoorenburg.
Packit 15a96c
 *
Packit 15a96c
 *		This program is free software; you can redistribute it and/or
Packit 15a96c
 *		modify it under the terms of the GNU General Public License
Packit 15a96c
 *		as published by the Free Software Foundation; either version
Packit 15a96c
 *		2 of the License, or (at your option) any later version.
Packit 15a96c
 *  You should have received a copy of the GNU General Public License along
Packit 15a96c
 *  with this program; if not, write to the Free Software Foundation, Inc.,
Packit 15a96c
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Packit 15a96c
 */
Packit 15a96c
#define KSTOP		1
Packit 15a96c
#define KKPST		2
Packit 15a96c
#define KVT100		3
Packit 15a96c
#define KANSI		4
Packit 15a96c
#define KMINIX		5
Packit 15a96c
#define KSTART		6
Packit 15a96c
#define KKPAPP		7
Packit 15a96c
#define KCURST		8
Packit 15a96c
#define KCURAPP		9
Packit 15a96c
#define KSIGIO		10
Packit 15a96c
#define KSETESC		11
Packit 15a96c
#define KSETBS		12
Packit 15a96c
#define KGETKEY		13
Packit 15a96c
Packit 15a96c
#define HELLO		SIGUSR1
Packit 15a96c
#define ACK		SIGUSR2
Packit 15a96c
Packit 15a96c
#define KINSTALL	100
Packit 15a96c
#define KUNINSTALL	101