1bca7db71SImre Vadász /* 2bca7db71SImre Vadász * Copyright (c) 2016 The DragonFly Project. All rights reserved. 3bca7db71SImre Vadász * 4bca7db71SImre Vadász * This code is derived from software contributed to The DragonFly Project 5bca7db71SImre Vadász * by Imre Vadász <imre@vdsz.com> 6bca7db71SImre Vadász * 7bca7db71SImre Vadász * Redistribution and use in source and binary forms, with or without 8bca7db71SImre Vadász * modification, are permitted provided that the following conditions 9bca7db71SImre Vadász * are met: 10bca7db71SImre Vadász * 11bca7db71SImre Vadász * 1. Redistributions of source code must retain the above copyright 12bca7db71SImre Vadász * notice, this list of conditions and the following disclaimer. 13bca7db71SImre Vadász * 2. Redistributions in binary form must reproduce the above copyright 14bca7db71SImre Vadász * notice, this list of conditions and the following disclaimer in 15bca7db71SImre Vadász * the documentation and/or other materials provided with the 16bca7db71SImre Vadász * distribution. 17bca7db71SImre Vadász * 3. Neither the name of The DragonFly Project nor the names of its 18bca7db71SImre Vadász * contributors may be used to endorse or promote products derived 19bca7db71SImre Vadász * from this software without specific, prior written permission. 20bca7db71SImre Vadász * 21bca7db71SImre Vadász * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22bca7db71SImre Vadász * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23bca7db71SImre Vadász * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 24bca7db71SImre Vadász * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 25bca7db71SImre Vadász * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 26bca7db71SImre Vadász * INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, 27bca7db71SImre Vadász * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 28bca7db71SImre Vadász * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 29bca7db71SImre Vadász * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 30bca7db71SImre Vadász * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 31bca7db71SImre Vadász * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 32bca7db71SImre Vadász * SUCH DAMAGE. 33bca7db71SImre Vadász */ 34bca7db71SImre Vadász 35bca7db71SImre Vadász #ifndef _GPIO_ACPIVAR_H 36bca7db71SImre Vadász #define _GPIO_ACPIVAR_H 37bca7db71SImre Vadász 38*c9955ddcSImre Vadász /* XXX */ 39bca7db71SImre Vadász 40bca7db71SImre Vadász #endif 41