//doors/squareproc.h
#define	PATH_SQUARE_DOOR	"/tmp/squareproc_door"

typedef struct {		/*  squareproc() */
  long	arg1;
} squareproc_in_t;

typedef struct {		/*  squareproc() */
  long	res1;
} squareproc_out_t;
