1123288Sobrien/*-
2123288Sobrien * Copyright (c) 2003 David O'Brien
3123223Simp * All rights reserved.
4123223Simp *
5123223Simp * Redistribution and use in source and binary forms, with or without
6123223Simp * modification, are permitted provided that the following conditions
7123223Simp * are met:
8123223Simp * 1. Redistributions of source code must retain the above copyright
9123223Simp *    notice, this list of conditions and the following disclaimer.
10123223Simp * 2. Redistributions in binary form must reproduce the above copyright
11123223Simp *    notice, this list of conditions and the following disclaimer in the
12123223Simp *    documentation and/or other materials provided with the distribution.
13123223Simp *
14123223Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15123223Simp * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16123223Simp * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17123223Simp * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18123223Simp * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19123223Simp * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20123223Simp * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21123223Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22123223Simp * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
23123223Simp * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24123223Simp * POSSIBILITY OF SUCH DAMAGE.
25123223Simp *
26123223Simp * $FreeBSD: releng/10.3/sys/i386/include/ioctl_meteor.h 143063 2005-03-02 21:33:29Z joerg $
27123223Simp */
28123223Simp
29123223Simp#ifndef	_MACHINE_IOCTL_METEOR_H_
30123223Simp#define	_MACHINE_IOCTL_METEOR_H_
31123223Simp
32143063Sjoerg#include <sys/cdefs.h>
33143063Sjoerg
34143063Sjoerg#ifdef __CC_SUPPORTS_WARNING
35123288Sobrien#warning Include dev/bktr/ioctl_meteor.h instead of this header.
36123223Simp#endif
37123223Simp
38123288Sobrien#include <dev/bktr/ioctl_meteor.h>
39123223Simp
40123288Sobrien#endif	/* _MACHINE_IOCTL_METEOR_H_ */
41