Add  PCI device check
diff --git a/include/kernel/dri/pci/pci.h b/include/kernel/dri/pci/pci.h
index 3a3a8fa..aa342c8 100644
--- a/include/kernel/dri/pci/pci.h
+++ b/include/kernel/dri/pci/pci.h
@@ -10,5 +10,5 @@
 };
 
 uint pci_config_readd(uchar bus, uchar slot, uchar func, uchar offset);
-struct pci_vendor *pci_check_vendor(uchar bus, uchar slot, uchar func, uint *v);
+struct pci_vendor *pci_check_vendor(uchar bus, uchar slot, uchar func, ushort *v, ushort *d);
 void pci_print_devices();