xref: /netbsd-src/sys/dev/hpc/hpctpanelvar.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: hpctpanelvar.h,v 1.4 2008/04/28 20:23:48 martin Exp $	*/
2f53a32e6Stsarna 
3f53a32e6Stsarna /*-
4f53a32e6Stsarna  * Copyright (c) 2004 The NetBSD Foundation, Inc.
5f53a32e6Stsarna  * All rights reserved.
6f53a32e6Stsarna  *
7f53a32e6Stsarna  * This code is derived from software contributed to The NetBSD Foundation
8f53a32e6Stsarna  * by Tyler C. Sarna.
9f53a32e6Stsarna  *
10f53a32e6Stsarna  * Redistribution and use in source and binary forms, with or without
11f53a32e6Stsarna  * modification, are permitted provided that the following conditions
12f53a32e6Stsarna  * are met:
13f53a32e6Stsarna  * 1. Redistributions of source code must retain the above copyright
14f53a32e6Stsarna  *    notice, this list of conditions and the following disclaimer.
15f53a32e6Stsarna  * 2. Redistributions in binary form must reproduce the above copyright
16f53a32e6Stsarna  *    notice, this list of conditions and the following disclaimer in the
17f53a32e6Stsarna  *    documentation and/or other materials provided with the distribution.
18f53a32e6Stsarna  *
19f53a32e6Stsarna  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20f53a32e6Stsarna  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21f53a32e6Stsarna  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22f53a32e6Stsarna  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23f53a32e6Stsarna  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24f53a32e6Stsarna  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25f53a32e6Stsarna  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26f53a32e6Stsarna  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27f53a32e6Stsarna  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28f53a32e6Stsarna  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29f53a32e6Stsarna  * POSSIBILITY OF SUCH DAMAGE.
30f53a32e6Stsarna  */
31f53a32e6Stsarna 
32f53a32e6Stsarna #include <dev/wscons/tpcalibvar.h>
33f53a32e6Stsarna 
3453524e44Schristos int	hpc_tpanel_ioctl(struct tpcalib_softc *, u_long, void *, int,
3595e1ffb1Schristos 	    struct lwp *);
36