xref: /linux/drivers/soundwire/amd_init.h (revision 31f605a308e627f06e4e6ab77254473f1c90f0bf)
1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2 /*
3  * Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
4  */
5 
6 #ifndef __AMD_INIT_H
7 #define __AMD_INIT_H
8 
9 #include <linux/soundwire/sdw_amd.h>
10 
11 int amd_sdw_manager_start(struct amd_sdw_manager *amd_manager);
12 
13 #endif
14