^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * Copyright (c) 2010 Simtec Electronics
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * Ben Dooks <ben@simtec.co.uk>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) struct s3c_uart_irq {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) void __iomem *regs;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) unsigned int base_irq;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) unsigned int parent_irq;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) extern void s3c_init_uart_irqs(struct s3c_uart_irq *irq, unsigned int nr_irqs);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)