xref: /netbsd-src/sys/arch/sparc/include/apmvar.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: apmvar.h,v 1.3 2008/04/28 20:23:36 martin Exp $	*/
274ed5b7fSmatt /*-
374ed5b7fSmatt  * Copyright (c) 1995 The NetBSD Foundation, Inc.
474ed5b7fSmatt  * All rights reserved.
574ed5b7fSmatt  *
674ed5b7fSmatt  * This code is derived from software contributed to The NetBSD Foundation
774ed5b7fSmatt  * by John Kohl.
874ed5b7fSmatt  *
974ed5b7fSmatt  * Redistribution and use in source and binary forms, with or without
1074ed5b7fSmatt  * modification, are permitted provided that the following conditions
1174ed5b7fSmatt  * are met:
1274ed5b7fSmatt  * 1. Redistributions of source code must retain the above copyright
1374ed5b7fSmatt  *    notice, this list of conditions and the following disclaimer.
1474ed5b7fSmatt  * 2. Redistributions in binary form must reproduce the above copyright
1574ed5b7fSmatt  *    notice, this list of conditions and the following disclaimer in the
1674ed5b7fSmatt  *    documentation and/or other materials provided with the distribution.
1774ed5b7fSmatt  *
1874ed5b7fSmatt  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
1974ed5b7fSmatt  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2074ed5b7fSmatt  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2174ed5b7fSmatt  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2274ed5b7fSmatt  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2374ed5b7fSmatt  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2474ed5b7fSmatt  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2574ed5b7fSmatt  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2674ed5b7fSmatt  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2774ed5b7fSmatt  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2874ed5b7fSmatt  * POSSIBILITY OF SUCH DAMAGE.
2974ed5b7fSmatt  */
3074ed5b7fSmatt #ifndef __SPARC_APM_H__
3174ed5b7fSmatt #define __SPARC_APM_H__
3274ed5b7fSmatt 
33900b200cStakemura #include <dev/apm/apmbios.h>
34900b200cStakemura #include <dev/apm/apmio.h>
3574ed5b7fSmatt 
3674ed5b7fSmatt #endif /* __SPARC_APM_H__ */
37