Allow setting of serial port speed in EPIA-M config file.
[coreboot.git] / src / devices / pci_device.c
index f89f5bbbda60dca50a8ebeb86ad2e50169710cb7..9451ea35aa2535263d047f3299267f2054c63435 100644 (file)
@@ -1161,7 +1161,7 @@ unsigned int pci_scan_bridge(struct device *dev, unsigned int max)
     Tell the EISA int controller this int must be level triggered
     THIS IS A KLUDGE -- sorry, this needs to get cleaned up.
 */
-static void pci_level_irq(unsigned char intNum)
+void pci_level_irq(unsigned char intNum)
 {
        unsigned short intBits = inb(0x4d0) | (((unsigned) inb(0x4d1)) << 8);