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

#ifndef vchan_h
#define vchan_h

/*
 * controlsession OPCODES
 */
#define VCHAN_INCCONCURRENCY (VCHAN_CTL*MAXOPS + 0)
#define VCHAN_DECCONCURRENCY (VCHAN_CTL*MAXOPS + 1)


#  ifdef __STDC__

void	vchan_init(Protl);

#  endif

#endif
