1200656Simp/*-
2200656Simp * Copyright (c) 2009 M. Warner Losh.
3200656Simp * All rights reserved.
4200656Simp *
5200656Simp * Redistribution and use in source and binary forms, with or without
6200656Simp * modification, are permitted provided that the following conditions
7200656Simp * are met:
8200656Simp * 1. Redistributions of source code must retain the above copyright
9200656Simp *    notice, this list of conditions and the following disclaimer.
10200656Simp * 2. Redistributions in binary form must reproduce the above copyright
11200656Simp *    notice, this list of conditions and the following disclaimer in the
12200656Simp *    documentation and/or other materials provided with the distribution.
13200656Simp *
14200656Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15200656Simp * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16200656Simp * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17200656Simp * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18200656Simp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19200656Simp * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20200656Simp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21200656Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22200656Simp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23200656Simp * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24200656Simp * SUCH DAMAGE.
25200656Simp *
26200656Simp */
27200656Simp
28200656Simp#if 0
29200656Simp#include <sys/cdefs.h>
30200656Simp__FBSDID("$FreeBSD$");
31200656Simp
32200656Simp/*
33200656Simp * This file is a place holder for MIPS.  Some models of MIPS may need special
34200656Simp * functions here, but for now nothing is needed.  The MI parts of ptrace
35200656Simp * suffice.
36200656Simp */
37200656Simp#endif
38