/*
 * Copyright (c) Huawei Technologies Co., Ltd. 2026. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 */

#include "ka_kernel_def_pub.h"
#include "ka_pci_pub.h"

#define PCI_VENDOR_ID_HUAWEI 0x19e5
static const ka_pci_device_id_t g_pci_dvpp_tbl[] = {
    {PCI_VDEVICE(HUAWEI, 0xd801), 0},
    {PCI_VDEVICE(HUAWEI, 0xd802), 0},
    {PCI_VDEVICE(HUAWEI, 0xd105), 0},
    {PCI_VDEVICE(HUAWEI, 0xd500), 0},
    {PCI_VDEVICE(HUAWEI, 0xd803), 0},
    {}};
KA_MODULE_DEVICE_TABLE(pci, g_pci_dvpp_tbl);
static void for_vcast(void)
{
    return;
}