pdp11v/usr/include/sys/vp.h

Compare this file to the similar file:
Show the results in this format:

/* @(#)vp.h	1.1 */
struct vp {
	int	vp_state;
	struct buf	*vp_buf;
	ushort	vp_count;
	int	vp_offset;
};
extern struct vp vp_vp[];