1123288Sobrien/*-
2123288Sobrien * Copyright (c) 2003 David O'Brien
3123288Sobrien * All rights reserved.
439838Ssos *
5123288Sobrien * Redistribution and use in source and binary forms, with or without
6123288Sobrien * modification, are permitted provided that the following conditions
7123288Sobrien * are met:
8123288Sobrien * 1. Redistributions of source code must retain the above copyright
9123288Sobrien *    notice, this list of conditions and the following disclaimer.
10123288Sobrien * 2. Redistributions in binary form must reproduce the above copyright
11123288Sobrien *    notice, this list of conditions and the following disclaimer in the
12123288Sobrien *    documentation and/or other materials provided with the distribution.
13123288Sobrien *
14123288Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15123288Sobrien * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16123288Sobrien * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17123288Sobrien * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18123288Sobrien * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19123288Sobrien * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20123288Sobrien * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21123288Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22123288Sobrien * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
23123288Sobrien * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24123288Sobrien * POSSIBILITY OF SUCH DAMAGE.
25123288Sobrien *
2650477Speter * $FreeBSD: releng/10.3/sys/i386/include/ioctl_bt848.h 143063 2005-03-02 21:33:29Z joerg $
2723599Smarkm */
2823599Smarkm
29123288Sobrien#ifndef	_MACHINE_IOCTL_BT848_H_
30123288Sobrien#define	_MACHINE_IOCTL_BT848_H_
3159013Sroger
32143063Sjoerg#include <sys/cdefs.h>
33143063Sjoerg
34143063Sjoerg#ifdef __CC_SUPPORTS_WARNING
35123288Sobrien#warning Include dev/bktr/ioctl_bt848.h instead of this header.
36123288Sobrien#endif
3723599Smarkm
38123288Sobrien#include <dev/bktr/ioctl_bt848.h>
3923599Smarkm
4059013Sroger#endif	/* _MACHINE_IOCTL_BT848_H_ */
41