xref: /netbsd-src/sys/arch/hpcmips/include/apmvar.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: apmvar.h,v 1.2 2008/04/28 20:23:21 martin Exp $	*/
2900b200cStakemura /*-
3900b200cStakemura  * Copyright (c) 1995 The NetBSD Foundation, Inc.
4900b200cStakemura  * All rights reserved.
5900b200cStakemura  *
6900b200cStakemura  * Redistribution and use in source and binary forms, with or without
7900b200cStakemura  * modification, are permitted provided that the following conditions
8900b200cStakemura  * are met:
9900b200cStakemura  * 1. Redistributions of source code must retain the above copyright
10900b200cStakemura  *    notice, this list of conditions and the following disclaimer.
11900b200cStakemura  * 2. Redistributions in binary form must reproduce the above copyright
12900b200cStakemura  *    notice, this list of conditions and the following disclaimer in the
13900b200cStakemura  *    documentation and/or other materials provided with the distribution.
14900b200cStakemura  *
15900b200cStakemura  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16900b200cStakemura  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17900b200cStakemura  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18900b200cStakemura  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19900b200cStakemura  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20900b200cStakemura  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21900b200cStakemura  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22900b200cStakemura  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23900b200cStakemura  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24900b200cStakemura  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25900b200cStakemura  * POSSIBILITY OF SUCH DAMAGE.
26900b200cStakemura  */
27900b200cStakemura #ifndef __HPCMIPS_APMVAR_H__
28900b200cStakemura #define __HPCMIPS_APMVAR_H__
29900b200cStakemura 
30900b200cStakemura #include <dev/apm/apmbios.h>
31900b200cStakemura #include <dev/apm/apmio.h>
32900b200cStakemura 
33900b200cStakemura #endif /* __HPCMIPS_APMVAR_H__ */
34