11b0575bdSAlex Deucher /* 21b0575bdSAlex Deucher * Copyright 2019 Advanced Micro Devices, Inc. 31b0575bdSAlex Deucher * 41b0575bdSAlex Deucher * Permission is hereby granted, free of charge, to any person obtaining a 51b0575bdSAlex Deucher * copy of this software and associated documentation files (the "Software"), 61b0575bdSAlex Deucher * to deal in the Software without restriction, including without limitation 71b0575bdSAlex Deucher * the rights to use, copy, modify, merge, publish, distribute, sublicense, 81b0575bdSAlex Deucher * and/or sell copies of the Software, and to permit persons to whom the 91b0575bdSAlex Deucher * Software is furnished to do so, subject to the following conditions: 101b0575bdSAlex Deucher * 111b0575bdSAlex Deucher * The above copyright notice and this permission notice shall be included in 121b0575bdSAlex Deucher * all copies or substantial portions of the Software. 131b0575bdSAlex Deucher * 141b0575bdSAlex Deucher * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 151b0575bdSAlex Deucher * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 161b0575bdSAlex Deucher * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 171b0575bdSAlex Deucher * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 181b0575bdSAlex Deucher * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 191b0575bdSAlex Deucher * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 201b0575bdSAlex Deucher * OTHER DEALINGS IN THE SOFTWARE. 211b0575bdSAlex Deucher * 221b0575bdSAlex Deucher */ 231b0575bdSAlex Deucher #ifndef __POLARIS_BACO_H__ 241b0575bdSAlex Deucher #define __POLARIS_BACO_H__ 25*912a0bf5SAlex Deucher #include "smu7_baco.h" 261b0575bdSAlex Deucher 271b0575bdSAlex Deucher extern int polaris_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state); 281b0575bdSAlex Deucher 291b0575bdSAlex Deucher #endif 30