Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-s3c64xx / irq-uart.h
blob78eccdce95a7191ef5411bdbbf740c653d5fd771
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2010 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
7 */
9 struct s3c_uart_irq {
10 void __iomem *regs;
11 unsigned int base_irq;
12 unsigned int parent_irq;
15 extern void s3c_init_uart_irqs(struct s3c_uart_irq *irq, unsigned int nr_irqs);