blob: 4b296132962f9a4268695bef0aeb01ec0ed7ec78 [file] [log] [blame]
Kukjin Kim876ba9b2015-07-30 02:00:38 +09001/*
Ben Dooks51022cf2010-01-06 11:18:44 +09002 * Copyright (c) 2010 Simtec Electronics
3 * Ben Dooks <ben@simtec.co.uk>
4 *
5 * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12struct s3c_uart_irq {
13 void __iomem *regs;
14 unsigned int base_irq;
15 unsigned int parent_irq;
16};
17
18extern void s3c_init_uart_irqs(struct s3c_uart_irq *irq, unsigned int nr_irqs);
19