xref: /linux/drivers/soundwire/amd_init.h (revision 5832c4a77d6931cebf9ba737129ae8f14b66ee1d)
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