hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/include/asm/pci.h
....@@ -27,5 +27,7 @@
2727 return channel ? 15 : 14;
2828 }
2929
30
+extern void pcibios_report_status(unsigned int status_mask, int warn);
31
+
3032 #endif /* __KERNEL__ */
3133 #endif