113547Sjulian/* ==== timers.h ============================================================
213547Sjulian * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu
313547Sjulian * All rights reserved.
413547Sjulian *
513547Sjulian * Redistribution and use in source and binary forms, with or without
613547Sjulian * modification, are permitted provided that the following conditions
713547Sjulian * are met:
813547Sjulian * 1. Redistributions of source code must retain the above copyright
913547Sjulian *    notice, this list of conditions and the following disclaimer.
1013547Sjulian * 2. Redistributions in binary form must reproduce the above copyright
1113547Sjulian *    notice, this list of conditions and the following disclaimer in the
1213547Sjulian *    documentation and/or other materials provided with the distribution.
1313547Sjulian * 3. All advertising materials mentioning features or use of this software
1413547Sjulian *    must display the following acknowledgement:
1513547Sjulian *  This product includes software developed by Chris Provenzano.
1613547Sjulian * 4. The name of Chris Provenzano may not be used to endorse or promote
1713547Sjulian *	  products derived from this software without specific prior written
1813547Sjulian *	  permission.
1913547Sjulian *
2013547Sjulian * THIS SOFTWARE IS PROVIDED BY CHRIS PROVENZANO ``AS IS'' AND
2113547Sjulian * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2213547Sjulian * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2313547Sjulian * ARE DISCLAIMED.  IN NO EVENT SHALL CHRIS PROVENZANO BE LIABLE FOR ANY
2413547Sjulian * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2513547Sjulian * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2613547Sjulian * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2713547Sjulian * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2813547Sjulian * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2913547Sjulian * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3013547Sjulian * SUCH DAMAGE.
3113547Sjulian *
3250473Speter * $FreeBSD$
3313547Sjulian *
3413547Sjulian * Description : Basic timers header.
3513547Sjulian *
3613547Sjulian *  1.00 94/06/13 proven
3713547Sjulian *      -Started coding this file.
3813547Sjulian */
3913547Sjulian
4013547Sjulian#ifndef _TIMERS_H_
4113547Sjulian#define	_TIMERS_H_
4213547Sjulian
4313547Sjulian#include <sys/timers.h>
4413547Sjulian
4513547Sjulian#endif
46