timers.h (2c2eb19365e549cd26747f2b70b666bc9bbea4c2) | timers.h (1130b656e5fe4c2d1ba299e024d1b40eaeebd380) |
---|---|
1/* ==== timers.h ============================================================ 2 * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30 * SUCH DAMAGE. 31 * | 1/* ==== timers.h ============================================================ 2 * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30 * SUCH DAMAGE. 31 * |
32 * $Id: timers.h,v 1.1 1995/09/26 00:26:09 jb Exp jb $ | 32 * $FreeBSD$ |
33 * 34 * Description : Basic timers header. 35 * 36 * 1.00 94/06/13 proven 37 * -Started coding this file. 38 */ 39 40#ifndef _TIMERS_H_ 41#define _TIMERS_H_ 42 43#include <sys/timers.h> 44 45#endif | 33 * 34 * Description : Basic timers header. 35 * 36 * 1.00 94/06/13 proven 37 * -Started coding this file. 38 */ 39 40#ifndef _TIMERS_H_ 41#define _TIMERS_H_ 42 43#include <sys/timers.h> 44 45#endif |