/*     
 *     x-kernel v3.3
 *
 *     Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 */

#ifndef MSP_H_
#define MSP_H_		/*  Include file guard */

#include <upi.h>

#define MSP_SETRCVBUFSIZE (MSP_CTL * MAXOPS + 0)

typedef short MSPsws;
typedef short MSPport;
typedef int MSPrcvbufsize;

#endif	/*  End of msp.h */

