aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jz4740/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/jz4740/serial.h')
-rw-r--r--arch/mips/jz4740/serial.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/jz4740/serial.h b/arch/mips/jz4740/serial.h
index b9fe3ade0289..8eb715bb1ea8 100644
--- a/arch/mips/jz4740/serial.h
+++ b/arch/mips/jz4740/serial.h
@@ -14,6 +14,9 @@
14 */ 14 */
15 15
16#ifndef __MIPS_JZ4740_SERIAL_H__ 16#ifndef __MIPS_JZ4740_SERIAL_H__
17#define __MIPS_JZ4740_SERIAL_H__
18
19struct uart_port;
17 20
18void jz4740_serial_out(struct uart_port *p, int offset, int value); 21void jz4740_serial_out(struct uart_port *p, int offset, int value);
19 22