summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c/irq-uart-s3c64xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c/irq-uart-s3c64xx.h')
-rw-r--r--arch/arm/mach-s3c/irq-uart-s3c64xx.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c/irq-uart-s3c64xx.h b/arch/arm/mach-s3c/irq-uart-s3c64xx.h
new file mode 100644
index 000000000000..e754b0359c8a
--- /dev/null
+++ b/arch/arm/mach-s3c/irq-uart-s3c64xx.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (c) 2010 Simtec Electronics
+ * Ben Dooks <ben@simtec.co.uk>
+ *
+ * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
+ */
+
+struct s3c_uart_irq {
+ void __iomem *regs;
+ unsigned int base_irq;
+ unsigned int parent_irq;
+};
+