1217309Snwhitehorn/*
2217309Snwhitehorn * Copyright 2019 Advanced Micro Devices, Inc.
3217309Snwhitehorn *
4217309Snwhitehorn * Permission is hereby granted, free of charge, to any person obtaining a
5217309Snwhitehorn * copy of this software and associated documentation files (the "Software"),
6217309Snwhitehorn * to deal in the Software without restriction, including without limitation
7217309Snwhitehorn * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8217309Snwhitehorn * and/or sell copies of the Software, and to permit persons to whom the
9217309Snwhitehorn * Software is furnished to do so, subject to the following conditions:
10217309Snwhitehorn *
11217309Snwhitehorn * The above copyright notice and this permission notice shall be included in
12217309Snwhitehorn * all copies or substantial portions of the Software.
13217309Snwhitehorn *
14217309Snwhitehorn * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15217309Snwhitehorn * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16217309Snwhitehorn * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17217309Snwhitehorn * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18217309Snwhitehorn * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19217309Snwhitehorn * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20217309Snwhitehorn * OTHER DEALINGS IN THE SOFTWARE.
21217309Snwhitehorn *
22217309Snwhitehorn */
23217309Snwhitehorn#ifndef __TONGA_BACO_H__
24217309Snwhitehorn#define __TONGA_BACO_H__
25217309Snwhitehorn#include "smu7_baco.h"
26217309Snwhitehorn
27217309Snwhitehornextern int tonga_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state);
28217309Snwhitehorn
29217309Snwhitehorn#endif
30217309Snwhitehorn