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

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

#include <upi.h>

#define SWP_SET_SWS (SWP_CTL * MAXOPS + 0)

typedef short SWPsws;
typedef short SWPport;

#endif	/*  End of swp.h */

