coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acp_def.h
Go to the documentation of this file.
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__ */
void acp_init(struct device *dev)
Definition: acp_gen1.c:23
Definition: device.h:107