X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsmsc_lpc47m.h;h=32b069df6f02d6a8373183e70518d6976df25879;hb=28a05a91b1eeb1999aa8c4219e048b9bd13e0db3;hp=bffd622f0fdb3630db279a69f3cfbf9f7937b1ac;hpb=a2927e09bccca5b665709d77fc54919292d4bcb7;p=karo-tx-uboot.git diff --git a/include/smsc_lpc47m.h b/include/smsc_lpc47m.h index bffd622f0f..32b069df6f 100644 --- a/include/smsc_lpc47m.h +++ b/include/smsc_lpc47m.h @@ -13,7 +13,8 @@ * * @dev: High 8 bits = Super I/O port, low 8 bits = logical device number. * @iobase: Processor I/O port address to assign to this serial device. + * @irq: Processor IRQ number to assign to this serial device. */ -void lpc47m_enable_serial(u16 dev, u16 iobase); +void lpc47m_enable_serial(u16 dev, u16 iobase, u8 irq); #endif /* _SMSC_LPC47M_H_ */