/* * Automatically generated file - do not edit. */ #define DRIVER_NAME hdsp #define DRIVER_NICK "hdsp" #define DRIVER_STR_INFO hdsp_str_info #define DRIVER_ATTACH hdsp_attach #define DRIVER_DETACH hdsp_detach #define DRIVER_TYPE DRV_PCI #include static struct pci_device_id id_table[] = { {.vendor=0x10ee, .device=0x3fc5, .subvendor=PCI_ANY_ID, .subdevice=PCI_ANY_ID}, {0} }; #include "module.inc"