1278320Sjhb/*
2278320Sjhb * Copyright 2021 Advanced Micro Devices, Inc.
3278320Sjhb *
4278320Sjhb * Permission is hereby granted, free of charge, to any person obtaining a
5278320Sjhb * copy of this software and associated documentation files (the "Software"),
6278320Sjhb * to deal in the Software without restriction, including without limitation
7278320Sjhb * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8278320Sjhb * and/or sell copies of the Software, and to permit persons to whom the
9278320Sjhb * Software is furnished to do so, subject to the following conditions:
10278320Sjhb *
11278320Sjhb * The above copyright notice and this permission notice shall be included in
12278320Sjhb * all copies or substantial portions of the Software.
13278320Sjhb *
14278320Sjhb * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15278320Sjhb * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16278320Sjhb * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17278320Sjhb * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18278320Sjhb * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19278320Sjhb * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20278320Sjhb * OTHER DEALINGS IN THE SOFTWARE.
21278320Sjhb *
22278320Sjhb */
23278320Sjhb#ifndef __SMU_V13_0_7_PPT_H__
24278320Sjhb#define __SMU_V13_0_7_PPT_H__
25278320Sjhb
26278320Sjhbextern void smu_v13_0_7_set_ppt_funcs(struct smu_context *smu);
27278320Sjhb
28278320Sjhb#endif
29278320Sjhb