From 49e3567ef7c9c2e6bb7da47b86af7b991b1d1bd1 Mon Sep 17 00:00:00 2001 From: hm Date: Thu, 18 Oct 2001 11:58:49 +0000 Subject: Add experimental support for sending keypad facility messages. MFC after: 2 months --- sys/i4b/layer4/i4b_l4.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/i4b/layer4/i4b_l4.h') diff --git a/sys/i4b/layer4/i4b_l4.h b/sys/i4b/layer4/i4b_l4.h index f1ec1e2..46f9aab 100644 --- a/sys/i4b/layer4/i4b_l4.h +++ b/sys/i4b/layer4/i4b_l4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 2001 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,9 @@ * i4b_l4.h - kernel interface to userland header file * --------------------------------------------------- * - * $Id: i4b_l4.h,v 1.18 2000/04/27 11:35:01 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Thu Apr 27 13:28:01 2000] + * last edit-date: [Thu Oct 18 10:11:51 2001] * *---------------------------------------------------------------------------*/ @@ -49,6 +47,7 @@ extern void i4b_l4_daemon_attached(void); extern void i4b_l4_daemon_detached(void); extern void i4b_l4_dialout( int driver, int driver_unit ); extern void i4b_l4_dialoutnumber(int driver, int driver_unit, int cmdlen, char *cmd); +extern void i4b_l4_keypad(int driver, int driver_unit, int cmdlen, char *cmd); extern void i4b_l4_disconnect_ind ( call_desc_t *cd ); extern void i4b_l4_drvrdisc (int driver, int driver_unit ); extern void i4b_l4_negcomplete( call_desc_t *cd ); -- cgit v1.1