bsps/sparc: Fix external variable declarations

This commit is contained in:
Sebastian Huber
2018-08-10 07:14:43 +02:00
parent f4424cfb49
commit 0e6f7dc4c4
+2 -2
View File
@@ -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
}