timers.h revision 50473
121308Sache/* ==== timers.h ============================================================
221308Sache * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu
3165670Sache * All rights reserved.
421308Sache *
521308Sache * Redistribution and use in source and binary forms, with or without
621308Sache * modification, are permitted provided that the following conditions
721308Sache * are met:
821308Sache * 1. Redistributions of source code must retain the above copyright
921308Sache *    notice, this list of conditions and the following disclaimer.
1058310Sache * 2. Redistributions in binary form must reproduce the above copyright
1121308Sache *    notice, this list of conditions and the following disclaimer in the
1221308Sache *    documentation and/or other materials provided with the distribution.
1321308Sache * 3. All advertising materials mentioning features or use of this software
1421308Sache *    must display the following acknowledgement:
1521308Sache *  This product includes software developed by Chris Provenzano.
1621308Sache * 4. The name of Chris Provenzano may not be used to endorse or promote
1721308Sache *	  products derived from this software without specific prior written
1821308Sache *	  permission.
1921308Sache *
2021308Sache * THIS SOFTWARE IS PROVIDED BY CHRIS PROVENZANO ``AS IS'' AND
2158310Sache * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22136644Sache * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2321308Sache * ARE DISCLAIMED.  IN NO EVENT SHALL CHRIS PROVENZANO BE LIABLE FOR ANY
2421308Sache * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25136644Sache * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26136644Sache * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27136644Sache * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28136644Sache * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2921308Sache * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3021308Sache * SUCH DAMAGE.
3121308Sache *
3221308Sache * $FreeBSD: head/include/timers.h 50473 1999-08-27 23:45:13Z peter $
3321308Sache *
3421308Sache * Description : Basic timers header.
3521308Sache *
3621308Sache *  1.00 94/06/13 proven
3721308Sache *      -Started coding this file.
3821308Sache */
3921308Sache
4021308Sache#ifndef _TIMERS_H_
4121308Sache#define	_TIMERS_H_
4221308Sache
4321308Sache#include <sys/timers.h>
4421308Sache
4521308Sache#endif
4621308Sache