blob: 78eccdce95a7191ef5411bdbbf740c653d5fd771 [file] [log] [blame]
Krzysztof Kozlowski28a196f2017-12-25 20:54:33 +01001/* SPDX-License-Identifier: GPL-2.0 */
Kukjin Kim876ba9b2015-07-30 02:00:38 +09002/*
Ben Dooks51022cf2010-01-06 11:18:44 +09003 * Copyright (c) 2010 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
5 *
6 * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
Krzysztof Kozlowski28a196f2017-12-25 20:54:33 +01007 */
Ben Dooks51022cf2010-01-06 11:18:44 +09008
9struct s3c_uart_irq {
10 void __iomem *regs;
11 unsigned int base_irq;
12 unsigned int parent_irq;
13};
14
15extern void s3c_init_uart_irqs(struct s3c_uart_irq *irq, unsigned int nr_irqs);
16