1*7ddb8a3cSriastradh /* $NetBSD: fuse.h,v 1.1 2018/08/27 06:40:18 riastradh Exp $ */ 2*7ddb8a3cSriastradh 3*7ddb8a3cSriastradh /*- 4*7ddb8a3cSriastradh * Copyright (c) 2018 The NetBSD Foundation, Inc. 5*7ddb8a3cSriastradh * All rights reserved. 6*7ddb8a3cSriastradh * 7*7ddb8a3cSriastradh * This code is derived from software contributed to The NetBSD Foundation 8*7ddb8a3cSriastradh * by Taylor R. Campbell. 9*7ddb8a3cSriastradh * 10*7ddb8a3cSriastradh * Redistribution and use in source and binary forms, with or without 11*7ddb8a3cSriastradh * modification, are permitted provided that the following conditions 12*7ddb8a3cSriastradh * are met: 13*7ddb8a3cSriastradh * 1. Redistributions of source code must retain the above copyright 14*7ddb8a3cSriastradh * notice, this list of conditions and the following disclaimer. 15*7ddb8a3cSriastradh * 2. Redistributions in binary form must reproduce the above copyright 16*7ddb8a3cSriastradh * notice, this list of conditions and the following disclaimer in the 17*7ddb8a3cSriastradh * documentation and/or other materials provided with the distribution. 18*7ddb8a3cSriastradh * 19*7ddb8a3cSriastradh * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 20*7ddb8a3cSriastradh * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21*7ddb8a3cSriastradh * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22*7ddb8a3cSriastradh * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 23*7ddb8a3cSriastradh * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24*7ddb8a3cSriastradh * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25*7ddb8a3cSriastradh * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26*7ddb8a3cSriastradh * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27*7ddb8a3cSriastradh * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28*7ddb8a3cSriastradh * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29*7ddb8a3cSriastradh * POSSIBILITY OF SUCH DAMAGE. 30*7ddb8a3cSriastradh */ 31*7ddb8a3cSriastradh 32*7ddb8a3cSriastradh #ifndef _LINUX_SOC_TEGRA_FUSE_H_ 33*7ddb8a3cSriastradh #define _LINUX_SOC_TEGRA_FUSE_H_ 34*7ddb8a3cSriastradh 35*7ddb8a3cSriastradh #endif /* _LINUX_SOC_TEGRA_FUSE_H_ */ 36