mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 05:41:51 +08:00
bsps/sparc: Fix external variable declarations
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user