1239310Sdim/*
2239310Sdim * Copyright 2019 Advanced Micro Devices, Inc.
3239310Sdim *
4239310Sdim * Permission is hereby granted, free of charge, to any person obtaining a
5239310Sdim * copy of this software and associated documentation files (the "Software"),
6239310Sdim * to deal in the Software without restriction, including without limitation
7239310Sdim * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8239310Sdim * and/or sell copies of the Software, and to permit persons to whom the
9239310Sdim * Software is furnished to do so, subject to the following conditions:
10239310Sdim *
11239310Sdim * The above copyright notice and this permission notice shall be included in
12239310Sdim * all copies or substantial portions of the Software.
13239310Sdim *
14239310Sdim * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15239310Sdim * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16239310Sdim * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17239310Sdim * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18239310Sdim * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19239310Sdim * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20249423Sdim * OTHER DEALINGS IN THE SOFTWARE.
21249423Sdim *
22239310Sdim */
23239310Sdim#ifndef __FIJI_BACO_H__
24239310Sdim#define __FIJI_BACO_H__
25239310Sdim#include "smu7_baco.h"
26239310Sdim
27239310Sdimextern int fiji_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state);
28239310Sdim
29239310Sdim#endif
30239310Sdim