/* 
 * $RCSfile: vdrop.h,v $
 *
 * 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 vdrop_h
#define vdrop_h
   
#  ifdef __STDC__

void	vdrop_init(Protl);

#  endif

#define VDROP_GETINTERVAL	(VDROP_CTL * MAXOPS + 0)
#define VDROP_SETINTERVAL	(VDROP_CTL * MAXOPS + 1)


#endif /* ! vcache_h */
