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