1/* SPDX-License-Identifier: GPL-2.0-only 2 * Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved 3 */ 4 5/* 6 * acp_common.h - acp common header file 7 */ 8 9#ifndef __ACP_COMMON_H 10#define __ACP_COMMON_H 11 12#define ACP_RN_PCI_ID 0x01 13#define ACP_VANGOGH_PCI_ID 0x50 14#define ACP_RMB_PCI_ID 0x6F 15#define ACP63_PCI_ID 0x63 16#define ACP70_PCI_ID 0x70 17#define ACP71_PCI_ID 0x71 18#define ACP72_PCI_ID 0x72 19 20#endif 21 22