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