/* 
 * $RCSfile: compose.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Revision: 1.2 $
 * $Date: 1996/01/29 20:06:01 $
 */

/* 
 * Prototypes of functions generated by compose
 */


#ifndef compose_h
#define compose_h

/* 
 * This is a bit of a kludge.  The mselect protocol links in code
 * which uses the traceselectp variable, but compose will generate use
 * of the tracemselectp variable.
 */
#define tracemselectp	traceselectp

extern 	char *protocolTables[];
extern  char *composeRomEntries[];

void	build_pgraph_dev( void );
void	build_pgraph( void );
void	initTraceLevels( void );


#endif /* ! compose_h */
