summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/acp/acp_def.h
blob: 55af01aa02330d338c5a5dc85c3687e1e86dbbfa (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMD_ACP_DEF_H__
#define __AMD_ACP_DEF_H__

/* This command needs to be implemented by the generation specific code. */
void acp_init(struct device *dev);

#endif /* __AMD_ACP_DEF_H__ */