* increase PCI_BUS_NUM_RESOURCES? */#define RES_NUM 16structpci_root_info{charname[12];unsignedintres_num;structresourceres[RES_NUM];intbus_min;intbus_max;intnode;intlink;};/* 4 at this time, it may become to 32 */#define PCI_ROOT_NR 4externintpci_root_num;externstructpci_root_infopci_root_info[PCI_ROOT_NR];