mp_watchdog.h revision 133759
1168515Sgshapiro/*-
2168515Sgshapiro * Copyright (c) 2004 Robert N. M. Watson
3168515Sgshapiro * All rights reserved.
4132943Sgshapiro *
5266692Sgshapiro * Redistribution and use in source and binary forms, with or without
6132943Sgshapiro * modification, are permitted provided that the following conditions
7168515Sgshapiro * are met:
8132943Sgshapiro * 1. Redistributions of source code must retain the above copyright
9168515Sgshapiro *    notice, this list of conditions and the following disclaimer.
10132943Sgshapiro * 2. Redistributions in binary form must reproduce the above copyright
11168515Sgshapiro *    notice, this list of conditions and the following disclaimer in the
12168515Sgshapiro *    documentation and/or other materials provided with the distribution.
13132943Sgshapiro *
14132943Sgshapiro * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15132943Sgshapiro * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16132943Sgshapiro * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17168515Sgshapiro * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18132943Sgshapiro * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19132943Sgshapiro * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20168515Sgshapiro * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21132943Sgshapiro * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22132943Sgshapiro * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23168515Sgshapiro * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24168515Sgshapiro * SUCH DAMAGE.
25168515Sgshapiro *
26168515Sgshapiro * $FreeBSD: head/sys/i386/include/mp_watchdog.h 133759 2004-08-15 18:02:09Z rwatson $
27182352Sgshapiro */
28182352Sgshapiro
29182352Sgshapiro#ifndef	_MACHINE_MP_WATCHDOG_H_
30182352Sgshapiro#define	_MACHINE_MP_WATCHDOG_H_
31168515Sgshapiro
32168515Sgshapirovoid	ap_watchdog(u_int cpuid);
33168515Sgshapiro
34168515Sgshapiro#endif /* !_MACHINE_MP_WATCHDOG_H_ */
35168515Sgshapiro