xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/acp/acp_def.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __AMD_ACP_DEF_H__
4 #define __AMD_ACP_DEF_H__
5 
6 /* This command needs to be implemented by the generation specific code. */
7 void acp_init(struct device *dev);
8 
9 #endif /* __AMD_ACP_DEF_H__ */
10