1*fdd74dffSchristos /* $NetBSD: apmvar.h,v 1.2 2014/02/24 16:57:57 christos Exp $ */ 25f058922Smatt 35f058922Smatt /*- 45f058922Smatt * Copyright (c) 1995 The NetBSD Foundation, Inc. 55f058922Smatt * All rights reserved. 65f058922Smatt * 75f058922Smatt * Redistribution and use in source and binary forms, with or without 85f058922Smatt * modification, are permitted provided that the following conditions 95f058922Smatt * are met: 105f058922Smatt * 1. Redistributions of source code must retain the above copyright 115f058922Smatt * notice, this list of conditions and the following disclaimer. 125f058922Smatt * 2. Redistributions in binary form must reproduce the above copyright 135f058922Smatt * notice, this list of conditions and the following disclaimer in the 145f058922Smatt * documentation and/or other materials provided with the distribution. 155f058922Smatt * 165f058922Smatt * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 175f058922Smatt * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 185f058922Smatt * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 195f058922Smatt * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 205f058922Smatt * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 215f058922Smatt * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 225f058922Smatt * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 235f058922Smatt * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 245f058922Smatt * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 255f058922Smatt * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 265f058922Smatt * POSSIBILITY OF SUCH DAMAGE. 275f058922Smatt */ 28*fdd74dffSchristos #ifndef _ARM_APMVAR_H_ 29*fdd74dffSchristos #define _ARM_APMVAR_H_ 305f058922Smatt 315f058922Smatt #include <dev/apm/apmbios.h> 325f058922Smatt #include <dev/apm/apmio.h> 335f058922Smatt 34*fdd74dffSchristos #endif /* _ARM_APMVAR_H_ */ 35