12c2eb193SJulian Elischer /* ==== timers.h ============================================================ 2*e58eb3c4SPedro F. Giffuni * SPDX-License-Identifier: BSD-4-Clause 3*e58eb3c4SPedro F. Giffuni * 42c2eb193SJulian Elischer * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu 52c2eb193SJulian Elischer * All rights reserved. 62c2eb193SJulian Elischer * 72c2eb193SJulian Elischer * Redistribution and use in source and binary forms, with or without 82c2eb193SJulian Elischer * modification, are permitted provided that the following conditions 92c2eb193SJulian Elischer * are met: 102c2eb193SJulian Elischer * 1. Redistributions of source code must retain the above copyright 112c2eb193SJulian Elischer * notice, this list of conditions and the following disclaimer. 122c2eb193SJulian Elischer * 2. Redistributions in binary form must reproduce the above copyright 132c2eb193SJulian Elischer * notice, this list of conditions and the following disclaimer in the 142c2eb193SJulian Elischer * documentation and/or other materials provided with the distribution. 152c2eb193SJulian Elischer * 3. All advertising materials mentioning features or use of this software 162c2eb193SJulian Elischer * must display the following acknowledgement: 172c2eb193SJulian Elischer * This product includes software developed by Chris Provenzano. 182c2eb193SJulian Elischer * 4. The name of Chris Provenzano may not be used to endorse or promote 192c2eb193SJulian Elischer * products derived from this software without specific prior written 202c2eb193SJulian Elischer * permission. 212c2eb193SJulian Elischer * 222c2eb193SJulian Elischer * THIS SOFTWARE IS PROVIDED BY CHRIS PROVENZANO ``AS IS'' AND 232c2eb193SJulian Elischer * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 242c2eb193SJulian Elischer * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 252c2eb193SJulian Elischer * ARE DISCLAIMED. IN NO EVENT SHALL CHRIS PROVENZANO BE LIABLE FOR ANY 262c2eb193SJulian Elischer * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 272c2eb193SJulian Elischer * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 282c2eb193SJulian Elischer * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 292c2eb193SJulian Elischer * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 302c2eb193SJulian Elischer * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 312c2eb193SJulian Elischer * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 322c2eb193SJulian Elischer * SUCH DAMAGE. 332c2eb193SJulian Elischer * 342c2eb193SJulian Elischer * Description : Basic timers header. 352c2eb193SJulian Elischer * 362c2eb193SJulian Elischer * 1.00 94/06/13 proven 372c2eb193SJulian Elischer * -Started coding this file. 382c2eb193SJulian Elischer */ 392c2eb193SJulian Elischer 402c2eb193SJulian Elischer #ifndef _TIMERS_H_ 412c2eb193SJulian Elischer #define _TIMERS_H_ 422c2eb193SJulian Elischer 432c2eb193SJulian Elischer #include <sys/timers.h> 442c2eb193SJulian Elischer 452c2eb193SJulian Elischer #endif 46