UART 16550: Missing left parenthesis in function prototype. This is Bitbucket Issue #41.

This commit is contained in:
Gregory Nutt 2017-04-20 06:50:01 -06:00
parent 9d0ecedf7d
commit e3c9e9e0b8

View File

@ -90,7 +90,7 @@ struct u16550_s
static int u16550_setup(FAR struct uart_dev_s *dev);
static void u16550_shutdown(FAR struct uart_dev_s *dev);
static int u16550_attach(FAR struct uart_dev_s *dev);
static void u16550_detachFAR struct uart_dev_s *dev);
static void u16550_detach(FAR struct uart_dev_s *dev);
static int u16550_interrupt(int irq, FAR void *context, FAR void *arg);
static int u16550_ioctl(FAR struct file *filep, int cmd, unsigned long arg);
static int u16550_receive(FAR struct uart_dev_s *dev, uint32_t *status);