1*b138eca6SLyude Paul /* 2*b138eca6SLyude Paul * Copyright 2018 Red Hat Inc. 3*b138eca6SLyude Paul * 4*b138eca6SLyude Paul * Permission is hereby granted, free of charge, to any person obtaining a 5*b138eca6SLyude Paul * copy of this software and associated documentation files (the "Software"), 6*b138eca6SLyude Paul * to deal in the Software without restriction, including without limitation 7*b138eca6SLyude Paul * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8*b138eca6SLyude Paul * and/or sell copies of the Software, and to permit persons to whom the 9*b138eca6SLyude Paul * Software is furnished to do so, subject to the following conditions: 10*b138eca6SLyude Paul * 11*b138eca6SLyude Paul * The above copyright notice and this permission notice shall be included in 12*b138eca6SLyude Paul * all copies or substantial portions of the Software. 13*b138eca6SLyude Paul * 14*b138eca6SLyude Paul * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*b138eca6SLyude Paul * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*b138eca6SLyude Paul * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*b138eca6SLyude Paul * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*b138eca6SLyude Paul * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*b138eca6SLyude Paul * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*b138eca6SLyude Paul * OTHER DEALINGS IN THE SOFTWARE. 21*b138eca6SLyude Paul * 22*b138eca6SLyude Paul * Authors: Lyude Paul 23*b138eca6SLyude Paul */ 24*b138eca6SLyude Paul 25*b138eca6SLyude Paul #ifndef __GF100_THERM_H__ 26*b138eca6SLyude Paul #define __GF100_THERM_H__ 27*b138eca6SLyude Paul 28*b138eca6SLyude Paul #include <core/device.h> 29*b138eca6SLyude Paul 30*b138eca6SLyude Paul struct gf100_idle_filter { 31*b138eca6SLyude Paul u32 fecs; 32*b138eca6SLyude Paul u32 hubmmu; 33*b138eca6SLyude Paul }; 34*b138eca6SLyude Paul 35*b138eca6SLyude Paul #endif 36