summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-10 07:10:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-10 07:14:43 +0200
commit0e6f7dc4c49b024dad5a35e9c4a8bd9ebd98cb3e (patch)
tree5a5ce9677d0f5ec90363d398ddbf3cd0ef9aec83
parentbsps/sparc: Move polled APBUART functions (diff)
downloadrtems-0e6f7dc4c49b024dad5a35e9c4a8bd9ebd98cb3e.tar.bz2
bsps/sparc: Fix external variable declarations
-rw-r--r--bsps/sparc/include/bsp/apbuart_termios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/sparc/include/bsp/apbuart_termios.h b/bsps/sparc/include/bsp/apbuart_termios.h
index 58338ddb92..6554195d05 100644
--- a/bsps/sparc/include/bsp/apbuart_termios.h
+++ b/bsps/sparc/include/bsp/apbuart_termios.h
@@ -30,9 +30,9 @@ struct apbuart_context {
char *buf;
};
-const rtems_termios_device_handler apbuart_handler_interrupt;
+extern const rtems_termios_device_handler apbuart_handler_interrupt;
-const rtems_termios_device_handler apbuart_handler_polled;
+extern const rtems_termios_device_handler apbuart_handler_polled;
#ifdef __cplusplus
}