1 /* HCHAN.H      (c) Copyright Ivan Warren, 2004-2006                 */
2 /*              Generic channel device handler header file           */
3 
4 
5 #ifndef __HCHAN_H__
6 #define __HCHAN_H__
7 /*
8  * Hercules Generic Channel internal definitions
9  * (c) Ivan Scott Warren 2004-2006
10  *     based on work
11  * (c) Roger Bowler, Jan Jaeger and Others 1999-2006
12  * This code is covered by the QPL Licence
13  */
14 
15 static  int     hchan_init_exec(DEVBLK *,int,char **);
16 static  int     hchan_init_connect(DEVBLK *,int,char **);
17 static  int     hchan_init_int(DEVBLK *,int,char **);
18 
19 #endif
20